mx_http 0.0.7+1
mx_http: ^0.0.7+1 copied to clipboard
http connection tool, and supporting automatic generation of request entity code.
0.0.7+1 #
- In the Web context, cease using CookieManager.
0.0.6+1 #
- Update Dio version to 5.3.1
0.0.5+1 #
-
HttpContent adds a new variable formDataFormat, which can set the data format when the bodyType is formData.
-
Scheme, host, path changed to nullable values.
0.0.4+1 #
- Remove unnecessary print
0.0.4 #
- Add parameter 'startTime' and 'endTime' to ServerResponse
0.0.3 #
- Fixed could not send file.
0.0.2+2 #
- Request add error stacktrace when throw error.
0.0.2+1 #
- Fix an error when Param have int value.
0.0.1+1 #
- Initial version.