add a note about the HTTP section in the Common section (#64)

This commit is contained in:
Jack O'Connor 2023-01-02 16:22:30 -06:00 committed by GitHub
parent b9f830ae5e
commit ee3ef2cadb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."