Merge pull request #22 from adamchalmers/patch-1

fix: Hyper doesn't require tokio
This commit is contained in:
Nico Burns 2022-11-08 18:49:15 +00:00 committed by GitHub
commit 9e20b672d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."
}]
},
{