Expand description
A high-performance HTTP client implementation.
Structs§
- Http
Client - An HTTP client that supports rate limiting and timeouts.
- Http
Response - Represents the response from an HTTP request.
- Http
Status - Represents a HTTP status code.
- Inner
Http Client - Internal implementation backing
HttpClient
.
Enums§
- Http
Client Error - Errors returned by the HTTP client.
- Http
Method - Represents the HTTP methods supported by the
HttpClient
.