Module client
Available on crate features
http and std only.Expand description
service utilities for (http) clients
Modules§
- blocking
- Blocking HTTP client boundary.
- ext
- multipart
multipart - Client-side
multipart/form-dataform builder.
Structs§
- Request
Builder - A builder to construct the properties of a
Request.
Traits§
- Http
Client Ext - Extends an Http Client with high level features, to facilitate the creation and sending of http requests, in a more ergonomic way.
- IntoUrl
- A trait to try to convert some type into a
Url.
Type Aliases§
- Blocking
Request Builder - A request builder whose terminal operations block the calling thread.