Skip to main content

Module http_client

Module http_client 

Source
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§

HttpClient
HTTP Client with convenience methods

Enums§

HttpMethod
HTTP methods supported by the client

Type Aliases§

HttpResult
Result type for HTTP operations