[−][src]Module reqwest::async
An 'async' implementation of the reqwest Client.
Relies on the futures crate, which is unstable, hence this module
is unstable.
Structs
| Body |
An asynchronous |
| Chunk |
A chunk of bytes for a |
| Client |
An asynchronous |
| ClientBuilder |
A |
| Decoder |
A response decompressor over a non-blocking stream of chunks. |
| Request |
A request which can be executed with |
| RequestBuilder |
A builder to construct the properties of a |
| Response |
A Response to a submitted |
Traits
| ResponseBuilderExt |
Extension trait for http::response::Builder objects |