rocket_client 0.0.6
rocket_client: ^0.0.6 copied to clipboard
for making HTTP requests and handling responses.
0.0.6 #
- Added support for Request and Response Interceptors.
- Integrated
rocket_cachefor offline data persistence. - Improved error handling and response logging.
0.0.5 #
- Adds
requestSimulationmethod for Support api integration simulation - Fix
Request with GET/HEAD method cannot have bodybug
0.0.4 #
- Support request retry
0.0.3 #
- Fixed bug on
requestmethod
0.0.2 #
- Renamed
targetDataparam totargeton requestmethod - Fixed issues on
inspect&targetDataparam ofrequest - Return
RocketModelfromrequestmethod instead ofdynamic - Added
onResponseparameter toRocketRequestfor handle common cases - Added
onErrormethod parameter torequestmethod