Skip to main content

Module client

Module client 

Source
Expand description

HTTP client, builder, and shared configuration.

Start with Client::new or ClientBuilder, then Client::get / Client::post / Client::call for typed Endpoint routes. See crate::request for per-request options.

Structs§

Client
Typed HTTP client built on reqwest.
ClientBuilder
Builder for Client.
ClientConfig
Shared client configuration (returned by Client::config).