fetch_client 1.0.0-dev.5
fetch_client: ^1.0.0-dev.5 copied to clipboard
Client for http package based on Fetch API, enables streamed requests on web and more.
Fetch API. #
This package provides package:http client based on Fetch API.
Features #
- Cancel requests
- Support data streaming (responses and optionally requests)
- Get access to redirect URL and status
- Support non-
200
responses - Simulate redirects responses via probe request and artificial
location
header.