From bef3da99383581fb6818028c5e71a0572221e2d8 Mon Sep 17 00:00:00 2001 From: Yaroslav Vorobev Date: Thu, 9 Feb 2023 16:29:55 +0300 Subject: [PATCH] chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.