mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
fix: Hyper doesn't require tokio
Hyper supports tokio with the "runtime" and "tcp" features, but does not require it. Fuschia and curl both use their own runtime with hyper. https://github.com/hyperium/hyper/issues/2111
This commit is contained in:
parent
6241661367
commit
7a2903fcc7
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,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. Requires the tokio async runtime."
|
||||
"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."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue