Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Feb 9, 2023
1 parent 39d679d commit bef3da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Fetch API.

> ⚠️ Requires Dart 2.19 or higher.
This package provides [package:http](https://pub.dev/packages/http) client based
on [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).

## Features

* Cancel requests
* Support data streaming
* 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.

0 comments on commit bef3da9

Please sign in to comment.