Skip to main content

Module client

Module client 

Source
Available on crate feature client only.
Expand description

Client implementation

See Client for more details.

Re-exports§

pub use self::target::Target;
pub use self::transport::protocol;

Modules§

cookiecookie
Cookie implementation
dns
DNS resolver implementation
layer
Collections of some useful Layers.
loadbalance
HTTP Loadbalance Layer
sse
This module provides SseReader for consuming SSE streams from a server, mirroring the server-side Sse response type in server::response::sse.
target
HTTP target address related types
transport
HTTP transport related utilities

Structs§

CallOpt
Call options for requests
Client
An Client for sending HTTP requests and handling HTTP responses.
ClientBuilder
A builder for configuring an HTTP Client.
DefaultMkClient
A dummy MkClient that does not have any functionality
RequestBuilder
The builder for building a request.

Functions§

get
Create a GET request to the specified URI.