wo_http 0.1.0
wo_http: ^0.1.0 copied to clipboard
Opinionated HTTP toolkit for Flutter with interceptors, retry, auth refresh, typed results, and multi-client support.
Changelog #
0.1.0 #
- Initial public release of
wo_http. - Added
WoDefaultHttpApiClientwith typed result wrappers. - Added request/response/error interceptor pipeline.
- Added default retry and auth refresh interceptors.
- Added multi-client factory and lightweight data registry.
- Added multipart upload support and default error adapter.