Expand description
HTTP client, builder, and shared configuration.
Start with Client::new or ClientBuilder, then:
Client::get/Client::postโ flexibleRequestBuilder(string paths,.param("id", 1)).Client::callโ typedEndpointroutes (.params()with structs).
See crate::request for per-request options on RequestBuilder.
Structsยง
- Client
- Typed HTTP client built on reqwest.
- Client
Builder - Builder for
Client. - Client
Config - Shared client configuration (returned by
Client::config).