Crate raxios

Source

Re-exports§

pub use reqwest;

Macros§

map_string
A quick macro to generate a HashMap<String, String>

Structs§

NetworkError
Represents any non-200 HTTP status code
Raxios
RaxiosConfig
RaxiosOptions
RaxiosResponse
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).

Enums§

ContentType
Suppling Raxios with a ContentType will set the content-type header as well as change how the data is serialized to the server
DeserializationError
Represents an error that occurs when attempting to deserialize a response body into type T
RaxiosError
SerializationError
Represents an error that occurs when attempting to serialize a request body into type T

Type Aliases§

RaxiosHeaders
RaxiosResult