Remove mention of hyper supporting HTTP/3 (#70)

Not implemented yet. See https://github.com/hyperium/hyper/issues/1818
This commit is contained in:
Teoh Han Hui 2023-02-15 20:03:07 +08:00 committed by GitHub
parent 163c411437
commit 092f3a8d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -633,7 +633,7 @@
"name": "Low-level HTTP Implementation",
"recommendations": [{
"name": "hyper",
"notes": "A low-level HTTP implementation (both client and server). Implements HTTP 1, 2, and 3. Works best with the tokio async runtime, but can support other runtimes."
"notes": "A low-level HTTP implementation (both client and server). Implements HTTP/1, and HTTP/2. Works best with the tokio async runtime, but can support other runtimes."
}]
},
{