From 1d78e68767bb5f88b98195bd506bad952541b0cc Mon Sep 17 00:00:00 2001 From: MtkN1 <51289448+MtkN1@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:15:24 +0900 Subject: [PATCH] Fix aiohttp feature comparison in README.md (#149) I'm very excited about the new WebSocket support in niquests! Just to clarify, though, aiohttp is already a powerful WebSocket (HTTP/1.1) client: https://docs.aiohttp.org/en/stable/client_quickstart.html#websockets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178b5fd533..1ad5f1e073 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Niquests, is the “**Safest**, **Fastest[^10]**, **Easiest**, and **Most advanc | `Post-Quantum Security` | _Limited_[^12] | ❌ | ❌ | ❌ | | `HTTP Trailers` | ✅ | ❌ | ❌ | ❌ | | `Early Responses` | ✅ | ❌ | ❌ | ❌ | -| `WebSocket over HTTP/1` | ✅ | ❌[^14] | ❌[^14] | ❌[^14] | +| `WebSocket over HTTP/1` | ✅ | ❌[^14] | ❌[^14] | ✅ | | `WebSocket over HTTP/2 and HTTP/3` | ✅[^13] | ❌ | ❌ | ❌ |