Skip to main content

Module client

Module client 

Source
Expand description

HTTP client implementation with rate limiting and timeout support.

Structs§

HttpClient
An asynchronous HTTP client with rate limiting, timeouts, and custom headers.
HttpClientBuilder
Use builder syntax to set the inputs and finish with build().
InnerHttpClient
Internal implementation backing HttpClient.

Enums§

HttpRedirectPolicy
Controls whether an HTTP client follows redirects.