Re-exports§
pub use http_type::serde;
pub use http_type::serde_json;
pub use http_type::serde_urlencoded;
pub use http_type::serde_xml_rs;
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
HttpRequest
instances.
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
ResponseTrait
trait. - Hash
MapXx Hash3_ 64 - Option
Str - Option
Usize - Option
VecU8 - Request
Result - Type alias for
Result<BoxResponseTrait, RequestError>