Skip to main content

Module ext

Module ext 

Structs§

RQBorrowedService
RQOwnedService
RequestBuilder
A builder to construct the properties of a Request.

Traits§

HttpClientExt
Convenience extension methods to build HTTP requests using a Service.
IntoHeaderName
A trait to try to convert some type into a HeaderName.
IntoHeaderValue
A trait to try to convert some type into a HeaderValue.
IntoUrl
A trait to try to convert some type into a Url.
RequestServiceHandle
Internal trait that is implemented for all S variants of RequestBuilder.