Crate http_request_derive
source ·Expand description
HttpRequest derive
Enums§
- Errors that originate from this crate
Traits§
- Trait for types that can be converted from
http::Response - A trait implemented for types that are sent to the API as parameters
- Trait defined on every body type that can be used with
crate::HttpRequest. - A trait implemented by entities tha can build a HTTP request query string
Derive Macros§
HttpRequestcan be derived by structs that needs to implement theHttpRequesttrait.