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§
- Actix
Header Map - A multi-map of HTTP headers.
- Duration
- A
Durationtype to represent a span of time, typically used for system timeouts. - Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Status
Code - An HTTP status code (
status-codein RFC 7230 et al.).