mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 11:43:09 +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",
|
||||
"notes": "See the HTTP section below for server-side libraries",
|
||||
"recommendations": [{
|
||||
"name": "reqwest",
|
||||
"notes": "Full-fat HTTP client. Can be used in both synchronous and asynchronous code. Requires tokio runtime."
|
||||
|
|
Loading…
Reference in a new issue