http_api 0.5.0-dev.1
http_api: ^0.5.0-dev.1 copied to clipboard
A simple yet powerful wrapper around http package with middleware support.
0.5.0-dev.1 24 July 2020. #
- Added experimental cache support.
0.4.2 03 June 2020. #
- Added
okproperty toApiResponse - Added
redirectproperty toApiResponse
0.4.1 27 April 2020. #
- Added
FileField.fromStreamconstructor.
0.4.0 19 April 2020. #
BaseApinow uses Uri path fromurlargument (not only host) also port and queryParameters are coppied.- Added unit tests
0.3.0 19 April 2020. #
Breaking changes #
- Renamed
ApiBasetoBaseApi - Replaced
BaseApicallmethod withsendmethod which accepts the argumentApiRequest.
0.2.0 18 April 2020. #
- Add example
- Fixed request duration bug (DebugLink)
0.1.0+3 18 April 2020. #
- Initial release.