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.
Traits§
- Request
Trait - Trait representing an HTTP request.
- Response
Trait - A trait representing common behaviors for HTTP response types.
Functions§
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. - Hash
MapXx Hash3_ 64 - Option
Str - Option
Usize - Option
VecU8 - Request
Result - Type alias for
Result<BoxResponseTrait, RequestError>