Expand description
Client-side integration with Hyper.
Enabled with the hyper
feature (on by default).
Contains impl HttpRequest for Request<Fresh>
and impl HttpStream for Request<Streaming>
.
Also see: lazy::Multipart::client_request()
and lazy::Multipart::client_request_mut()
(adaptors for hyper::client::RequestBuilder
).
Functionsยง
- content_
type - Create a
Content-Type: multipart/form-data;boundary={bound}