rxnet_plus 0.5.0
rxnet_plus: ^0.5.0 copied to clipboard
Based on Dio's extended network request framework, it supports various caching strategies and is easy to use
0.5.0 #
- ** Clarify parameter types ** -Separation of path parameters, query parameters, and Body parameters
- **RESTful automatic detection ** -No manual settings required
- **API semantic ** -Method names are more intuitive
- ** Low-level reconstruction ** -update
BuildRequest - harmony cache plug-in optimization
0.4.3 #
- Optimize requests support generic requests, which can obtain expected results and eliminate the trouble of generic conversions
- harmony cache plug-in optimization
0.4.2 #
- Support retrofit RESTFul style @path style request
0.4.1 #
- fix bug
0.4.0 #
- The overall architecture has been redesigned to make it more elegant and easier to get started
0.3.1 #
- Fixed some bugs in the callback pattern
0.2.2 #
- Code optimization, api simplification optimization
- Other bug modifications
0.2.1 #
- Fixed post form parameter bug
- Code optimization, new APIs, etc.