Module client

Source
Expand description

Module containing the HTTP client used for sending requests

Structs§

CustomHyperClientBuilder
Intended for using an existing hyper client with yup-oauth2. Instantiate with CustomHyperClientBuilder::from
DefaultHyperClientBuilderhyper-rustls or hyper-tls
The builder value used when the default hyper client should be used.
HttpClient
Client that can be configured that a request will timeout after a specified duration.

Enums§

SendError
Errors that can happen when a request is sent

Traits§

HyperClientBuilder
A trait implemented for any hyper_util::client::legacy::Client as well as the DefaultHyperClient.