Re-exports
pub use self::ajax::get;
pub use self::ajax::post;
pub use self::ajax::request;
pub use self::ajax::BaseRequestConfig;
pub use self::ajax::RequestConfig;
pub use self::error::CustomError;
pub use self::error::FetchError;
pub use self::error::HttpError;
pub use self::error::ParseError;
Modules
Structs
A multi-map of HTTP headers.
A
Duration
type to represent a span of time, typically used for system
timeouts.A set of HTTP headers
Represents an HTTP header field name
Represents an HTTP header field value.
The Request Method (VERB)
An HTTP status code (
status-code
in RFC 7230 et al.).