Structs§
- Http
Response Binary - A struct representing an HTTP response.
- Http
Response Text - A struct representing an HTTP response.
- Request
Builder - Builder pattern for constructing
HttpRequestinstances.
Enums§
Traits§
- Request
Trait - Trait representing an HTTP request.
- Response
Trait - A trait representing common behaviors for HTTP response types.
Type Aliases§
- BoxRequest
Trait - Type alias for a boxed trait object implementing
RequestTrait - BoxResponse
Trait - A type alias for a boxed dynamic trait object implementing the
ResponseTraittrait.