mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
typo exmple -> example
This commit is contained in:
parent
752b035c1a
commit
05ab8aea2c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Uses [`reqwest::blocking::Client::head`] to get the [Content-Length] of the response.
|
||||
|
||||
The code then uses [`reqwest::blocking::Client::get`] to download the content in
|
||||
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
|
||||
reqwest module. The [Range] header specifies the chunk size and position.
|
||||
|
||||
The Range header is defined in [RFC7233][HTTP Range RFC7233].
|
||||
|
|
Loading…
Reference in a new issue