Crate rust_fetch

Source

Re-exports§

pub use reqwest;

Macros§

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

Structs§

Fetch
FetchConfig
FetchOptions
FetchResponse
NetworkError
Represents any non-200 HTTP status code
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Enums§

ContentType
Suppling Fetch 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
FetchError
SerializationError
Represents an error that occurs when attempting to serialize a request body into type T

Constants§

USER_AGENT

Type Aliases§

FetchHeaders
FetchResult