diff --git a/README.md b/README.md index f9517b3..b98ee18 100644 --- a/README.md +++ b/README.md @@ -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.