Crate fetch

source · []
Expand description

A service to fetch any HTTP / HTTPS content.

Re-exports

pub use self::client::Abort;
pub use self::client::BodyReader;
pub use self::client::Client;
pub use self::client::Error;
pub use self::client::Fetch;
pub use self::client::Request;
pub use self::client::Response;

Modules

Fetch client implementation.

Structs

The Request Method (VERB)

A parsed URL record.