http_middleware_client 1.0.0
http_middleware_client: ^1.0.0 copied to clipboard
An wrapper around package [http](https://pub.flutter-io.cn/packages/http) HTTP client that supports middleware for processing requests and responses.
0.0.1 #
- Initial release.
0.0.2 #
- Json utils change
- Structure project change
0.0.3 #
- Added Interceptor API.
- Remove url from config. Use Uri API.
- Remove queryParams method signature. Use Uri API.
- Used lints package.
- [WIP] Doc
1.0.0 #
- Full refactoring.
- A middleware approach for processing requests and responses has been implemented.
- Code cleanup.