rocket_client 0.0.5
rocket_client: ^0.0.5 copied to clipboard
for making HTTP requests and handling responses.
0.0.1 #
0.0.2 #
- Renamed
targetData
param totarget
on requestmethod
- Fixed issues on
inspect
&targetData
param ofrequest
- Return
RocketModel
fromrequest
method instead ofdynamic
- Added
onResponse
parameter toRocketRequest
for handle common cases - Added
onError
method parameter torequest
method
0.0.3 #
- Fixed bug on
request
method
0.0.4 #
- Support request retry
0.0.5 #
- Adds
requestSimulation
method for Support api integration simulation - Fix
Request with GET/HEAD method cannot have body
bug