Crate rust_fetch
source ·Re-exports§
pub use reqwest;
Macros§
- A quick macro to generate a HashMap<String, String>
Structs§
- Represents any non-200 HTTP status code
- An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Suppling Fetch with a ContentType will set the
content-type
header as well as change how the data is serialized to the server - Represents an error that occurs when attempting to deserialize a response body into type T
- Represents an error that occurs when attempting to serialize a request body into type T