Skip to content

Commit

Permalink
Fix aiohttp feature comparison in README.md (#149)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MtkN1 authored Oct 8, 2024
1 parent 654b5f4 commit 1d78e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] ||||
</details>

Expand Down

0 comments on commit 1d78e68

Please sign in to comment.