We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e75bd commit 464dd6eCopy full SHA for 464dd6e
src/web/clients/download/partial.md
@@ -5,7 +5,7 @@
5
Uses [`reqwest::blocking::Client::head`] to get the [Content-Length] of the response.
6
7
The code then uses [`reqwest::blocking::Client::get`] to download the content in
8
-chunks of 10240 bytes, while printing progress messages. This exmple uses the synchronous
+chunks of 10240 bytes, while printing progress messages. This example uses the synchronous
9
reqwest module. The [Range] header specifies the chunk size and position.
10
11
The Range header is defined in [RFC7233][HTTP Range RFC7233].
0 commit comments