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.
- Client
Builder - Builder for
Client. - Client
Config - Shared client configuration (returned by
Client::config).