Skip to content

AlejandroArciniegas/fetch_client

 
 

Repository files navigation

Fetch Client

This package provides package:http client based on Fetch API.

It's a drop-in solution for extensions with Manifest V3.

Features

  • Cancel requests.
  • Support data streaming:
    • Get response as Stream.
    • Optionally send Stream as request body.
  • Get access to redirect URL and status.
  • Support non-200 responses (fetch will only fail on network error).
  • Simulate redirects responses via probe request and artificial location header.

About

Fetch based Client for HTTP package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 100.0%