Expand description
A high-performance HTTP client implementation.
Structs§
- Http
Client - A high-performance HTTP client with rate limiting and timeout capabilities.
- Http
Response - Represents the response from an HTTP request.
- Inner
Http Client - A high-performance
HttpClient
for HTTP requests.
Enums§
- Http
Client Error - Represents errors that can occur when using the
HttpClient
. - Http
Method - Represents the HTTP methods supported by the
HttpClient
.