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
Copy file name to clipboardExpand all lines: src/web.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
|[Check if an API resource exists][ex-rest-head]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
37
37
|[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]|
38
38
|[Consume a paginated RESTful API][ex-paginated-api]|[![reqwest-badge]][reqwest][![serde-badge]][serde]|[![cat-net-badge]][cat-net][![cat-encoding-badge]][cat-encoding]|
39
-
|[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]|
39
+
|[Download a file to a temporary directory][ex-url-download]|[![reqwest-badge]][reqwest][![tempfile-badge]][tempfile]|[![cat-net-badge]][cat-net][![cat-filesystem-badge]][cat-filesystem]|
40
40
|[Make a partial download with HTTP range headers][ex-progress-with-range]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
41
41
|[POST a file to paste-rs][ex-file-post]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
Copy file name to clipboardExpand all lines: src/web/clients.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
|[Check if an API resource exists][ex-rest-head]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
9
9
|[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
10
|[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
-
|[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]|
11
+
|[Download a file to a temporary directory][ex-url-download]|[![reqwest-badge]][reqwest][![tempfile-badge]][tempfile]|[![cat-net-badge]][cat-net][![cat-filesystem-badge]][cat-filesystem]|
12
12
|[Make a partial download with HTTP range headers][ex-progress-with-range]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
13
13
|[POST a file to paste-rs][ex-file-post]|[![reqwest-badge]][reqwest]|[![cat-net-badge]][cat-net]|
0 commit comments