fetch_client 1.0.0-dev.4
fetch_client: ^1.0.0-dev.4 copied to clipboard
Client for http package based on Fetch API, enables streamed requests on web and more.
Fetch API. #
⚠️ Requires Dart 2.19 or higher.
This package provides package:http client based on Fetch API.
Features #
- Cancel requests
- Support data streaming
- Get access to redirect URL and status
- Support non-
200
responses