Structs§
- Executor
- Http
Client Builder - Implements the Builder pattern for constructing HTTP or HTTPS clients.
- Hyper
Connector - A Fuchsia-compatible implementation of hyper’s
Connect
trait which allows creating a TcpStream to a particular destination. - Hyper
Connector Future - A future that yields a hyper-compatible TCP stream.
- Local
Executor - Socket
Options - Extra socket options to ensure that requests are made through a particular device or over a particular IP domain.
- TcpOptions
- A container of TCP settings to be applied to the sockets created by the hyper client.
- TcpStream
Traits§
- Make
Client Builder - A trait to implement a builder for a Fuchsia compatible hyper client configured for either only HTTP or both HTTP and HTTPS requests.
Functions§
- new_
client - Returns a new Fuchsia-compatible hyper client for making HTTP requests.
- new_
https_ client - Returns a new Fuchsia-compatible hyper client for making HTTP and HTTPS requests.
- new_
https_ client_ dangerous - new_
https_ client_ from_ tcp_ options - Returns a new Fuchsia-compatible hyper client for making HTTP and HTTPS requests.
- new_
root_ cert_ store
Type Aliases§
- Http
Client - A Fuchsia-compatible hyper client configured for making HTTP requests.
- Https
Client - A Fuchsia-compatible hyper client configured for making HTTP and HTTPS requests.