Crate api_request_utils_rs
source ·Structs
- An asynchronous
Client
to make Requests with. - A builder to construct the properties of a
Request
. - The Errors that may occur when processing a
Request
. - This type represents all possible errors that can occur when serializing or deserializing JSON data.
Traits
- A trait for handling HTTP requests.
Type Definitions
- Alias for a
Result
with the error typeserde_json::Error
.