mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 21:08:30 +00:00
add a note about the HTTP section in the Common section (#64)
This commit is contained in:
parent
b9f830ae5e
commit
ee3ef2cadb
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "HTTP Requests",
|
"name": "HTTP Requests",
|
||||||
|
"notes": "See the HTTP section below for server-side libraries",
|
||||||
"recommendations": [{
|
"recommendations": [{
|
||||||
"name": "reqwest",
|
"name": "reqwest",
|
||||||
"notes": "Full-fat HTTP client. Can be used in both synchronous and asynchronous code. Requires tokio runtime."
|
"notes": "Full-fat HTTP client. Can be used in both synchronous and asynchronous code. Requires tokio runtime."
|
||||||
|
|
Loading…
Add table
Reference in a new issue