wo_http 0.1.2 copy "wo_http: ^0.1.2" to clipboard
wo_http: ^0.1.2 copied to clipboard

Opinionated HTTP toolkit for Flutter with interceptors, retry, auth refresh, typed results, and multi-client support.

Changelog #

0.1.2 #

  • Added retryOnlyGet to WoDataClientDefinition with default true.
  • Added retryableStatusCodes to WoDataClientDefinition with default {0, 408, 429, 500, 502, 503, 504}.
  • Wired factory retry configuration into WoDefaultRetryHttpInterceptor for per-client retry policy.

0.1.1 #

  • Apply error adapter only for HTTP status codes below 500.
  • Return a generic server message for 5xx responses.

0.1.0 #

  • Initial public release of wo_http.
  • Added WoDefaultHttpApiClient with 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.
2
likes
0
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

Opinionated HTTP toolkit for Flutter with interceptors, retry, auth refresh, typed results, and multi-client support.

Repository (GitHub)
View/report issues

Topics

#http #api-client #networking #flutter #interceptors

License

unknown (license)

Dependencies

flutter, http, logger

More

Packages that depend on wo_http