From 00dd76986f64ca89bc761645a3a9fb860e20c52f Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Fri, 15 Sep 2023 18:49:49 +0200 Subject: [PATCH] Update Net::HTTP::Persistent's support for streaming https://github.com/lostisland/faraday-net_http_persistent/pull/6 implemented streaming response support and it was release in 1.2.0 (see https://github.com/lostisland/faraday-net_http_persistent/releases/tag/v1.2.0) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c0dd67..1f4ed81 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The following table show the available adapters and which features they support. | [Excon] | v1 only | ✔️ | ✖️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ | | [HttpClient] | v1 only | ✔️ | ✔️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | | [Net::HTTP] | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ | -| [Net::HTTP::Persistent] | v1 only | ✔️ | ✔️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ | +| [Net::HTTP::Persistent] | v1 only | ✔️ | ✔️ | ✔️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ | | [Patron] | v1 only | ✔️ | ✖️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✖️ | | [Typhoeus] | v1 only | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ | | [HTTP.rb] | ✖️ | ✔️ | ✖️ | ✔️ | ✖️ | ✔️ | ✖️ | ✔️ | ✔️ |