mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Remove mention of hyper supporting HTTP/3 (#70)
Not implemented yet. See https://github.com/hyperium/hyper/issues/1818
This commit is contained in:
parent
163c411437
commit
092f3a8d18
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue