Crate http_request

Source

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§

HttpResponseBinary
A struct representing an HTTP response.
HttpResponseText
A struct representing an HTTP response.
RequestBuilder
Builder pattern for constructing HttpRequest instances.

Traits§

RequestTrait
Trait representing an HTTP request.
ResponseTrait
A trait representing common behaviors for HTTP response types.

Functions§

hash_map_xx_hash3_64

Type Aliases§

BoxRequestTrait
Type alias for a boxed trait object implementing RequestTrait
BoxResponseTrait
A type alias for a boxed dynamic trait object implementing the ResponseTrait trait.
HashMapXxHash3_64
OptionStr
OptionUsize
OptionVecU8
RequestResult
Type alias for Result<BoxResponseTrait, RequestError>