Expand description
HTTP Client - Core HTTP request functionality
This module provides a clean, library-friendly HTTP client API without any CLI dependencies (no progress bars, colored output, etc.)
Structs§
- Http
Client - HTTP Client with convenience methods
- Http
Request - HTTP Request Builder
- Http
Response - HTTP Response
Enums§
- Http
Error - Errors that can occur during HTTP operations
- Http
Method - HTTP methods supported by the client
Functions§
- build_
header_ map - Build a HeaderMap from a vector of key-value pairs
Type Aliases§
- Http
Result - Result type for HTTP operations