Re-exports§
pub use reqwest;
Macros§
- map_
string - A quick macro to generate a HashMap<String, String>
Structs§
- Network
Error - Represents any non-200 HTTP status code
- Raxios
- Raxios
Config - Raxios
Options - Raxios
Response - Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Content
Type - Suppling Raxios with a ContentType will set the
content-type
header as well as change how the data is serialized to the server - Deserialization
Error - Represents an error that occurs when attempting to deserialize a response body into type T
- Raxios
Error - Serialization
Error - Represents an error that occurs when attempting to serialize a request body into type T