Expand description
HTTP client implementation with rate limiting and timeout support.
Structs§
- Http
Client - An asynchronous HTTP client with rate limiting, timeouts, and custom headers.
- Http
Client Builder - Use builder syntax to set the inputs and finish with
build(). - Inner
Http Client - Internal implementation backing
HttpClient.
Enums§
- Http
Redirect Policy - Controls whether an HTTP client follows redirects.