Expand description
HTTP request building and response parsing module
Provides HTTP/1.1 request building, response parsing, and authentication. Supports fluent API for building HTTP requests with automatic standard headers.
Structs§
- Http
Request - HTTP 请求结构体
- Http
Request Builder - HTTP 请求构建器 (Fluent API)
- Http
Response - HTTP 响应结构体
Enums§
- Http
Method - HTTP 请求方法枚举
Functions§
- basic_
auth - Generate Basic Auth header value
- bearer_
token - Generate Bearer Token header value