Expand description
An ‘async’ implementation of the reqwest Client
.
Modules
multipart/form-data
Structs
An asynchronous Stream
.
A chunk of bytes for a Body
.
An asynchronous Client
to make Requests with.
A ClientBuilder
can be used to create a Client
with custom configuration.
A response decompressor over a non-blocking stream of chunks.
A request which can be executed with Client::execute()
.
A builder to construct the properties of a Request
.
A Response to a submitted Request
.
Traits
Extension trait for http::response::Builder objects