You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide examples showing custom header setup until a clean solution is available (rust-lang-nursery#430)
Hidden ./src/web/clients/requests/header.md and
./src/web/clients/api/rate-limited.md as the custom header story is being reworked
in https://github.com/hyperium/headers
Copy file name to clipboardexpand all lines: src/web/clients.md
-2
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@
3
3
| Recipe | Crates | Categories |
4
4
|--------|--------|------------|
5
5
|[Make a HTTP GET request][ex-url-basic]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
6
-
|[Set custom headers and URL parameters for a REST request][ex-rest-custom-params]|[![reqwest-badge]][reqwest][![hyper-badge]][hyper][![url-badge]][url]|[![cat-net-badge]][cat-net]|
7
6
|[Query the GitHub API][ex-rest-get]|[![reqwest-badge]][reqwest][![serde-badge]][serde]|[![cat-net-badge]][cat-net][![cat-encoding-badge]][cat-encoding]|
8
7
|[Check if an API resource exists][ex-rest-head]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
9
8
|[Create and delete Gist with GitHub API][ex-rest-post]|[![reqwest-badge]][reqwest][![serde-badge]][serde]|[![cat-net-badge]][cat-net][![cat-encoding-badge]][cat-encoding]|
10
9
|[Consume a paginated RESTful API][ex-paginated-api]|[![reqwest-badge]][reqwest][![serde-badge]][serde]|[![cat-net-badge]][cat-net][![cat-encoding-badge]][cat-encoding]|
11
-
|[Handle a rate-limited API][ex-handle-rate-limited-api]|[![reqwest-badge]][reqwest][![hyper-badge]][hyper]|[![cat-net-badge]][cat-net]|
12
10
|[Download a file to a temporary directory][ex-url-download]|[![reqwest-badge]][reqwest][![tempdir-badge]][tempdir]|[![cat-net-badge]][cat-net][![cat-filesystem-badge]][cat-filesystem]|
13
11
|[Make a partial download with HTTP range headers][ex-progress-with-range]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
14
12
|[POST a file to paste-rs][ex-file-post]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
0 commit comments