Expand description
Module containing the HTTP client used for sending requests
Structs§
- Custom
Hyper Client Builder - Intended for using an existing hyper client with
yup-oauth2
. Instantiate withCustomHyperClientBuilder::from
- Default
Hyper Client Builder hyper-rustls
orhyper-tls
- The builder value used when the default hyper client should be used.
- Http
Client - Client that can be configured that a request will timeout after a specified duration.
Enums§
- Send
Error - Errors that can happen when a request is sent
Traits§
- Hyper
Client Builder - A trait implemented for any hyper_util::client::legacy::Client as well as the DefaultHyperClient.