sturdy_http 0.3.0
sturdy_http: ^0.3.0 copied to clipboard
A strongly typed, event-based, reliable HTTP client that wraps `Dio`.
0.3.0 #
What's Changed #
- feat: support retrying failed requests by @btrautmann in https://github.com/Betterment/sturdy_http/pull/8
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0
0.2.0 #
What's Changed #
- chore: update outdated dependencies by @ClaireDavis in https://github.com/Betterment/sturdy_http/pull/6
New Contributors #
- @ClaireDavis made their first contribution in https://github.com/Betterment/sturdy_http/pull/6
Full Changelog: https://github.com/Betterment/sturdy_http/compare/v0.1.0...v0.2.0
0.1.0 #
- Add ability to provide
CancelTokenas well as send and receive progress callbacks toNetworkRequests
⚠️ Breaking Changes:
- Remove ability to provide
headerstoNetworkRequests. Instead, passOptions. - Migrate to
DioExceptionfrom the deprecatedDioError. - Remove proxy configuration on the underlying
Dioinstance during construction ofSturdyHttp. If you want to configure proxy information, do it via anInterceptor. - Add
inferContentTypeparameter to constructor. This defaults totrue. The previous behavior was no not infer content-type header by default.
0.0.2 #
- Correct library name
0.0.1 #
- Initial version