Clients
Make HTTP network requests.
HTTP client libraries
TODO
Requests
Recipe | Crates | Categories |
---|---|---|
Make a HTTP GET request | ||
Set custom headers and URL parameters for a REST request | ||
Async |
APIs
Recipe | Crates | Categories |
---|---|---|
Query the GitHub API | ||
Check if an API resource exists | ||
Create and delete Gist with GitHub API | ||
Consume a paginated RESTful API | ||
Handle a rate-limited API |
Downloads
Recipe | Crates | Categories |
---|---|---|
Download a file to a temporary directory | ||
Make a partial download with HTTP range headers | ||
POST a file to paste-rs |
TODO
TODO