Expand description
HTTP Client Support
Provides HTTP/1.1 and HTTP/2 client functionality with streaming support.
§Features
- Full HTTP/1.1 and HTTP/2 support
- Streaming request and response bodies
- Connection pooling
- Automatic compression/decompression (gzip, brotli)
- Multipart form uploads
- Cookie handling
- Retry with backoff
- Timeout configuration
Structs§
- Client
- HTTP client for making requests
- Client
Config - HTTP client configuration
- Request
- HTTP request
- Request
Builder - Builder for HTTP requests
- Response
- HTTP response
Enums§
- Body
- HTTP request body