Crate tetsy_fetch

Crate tetsy_fetch 

Source
Expand description

A service to fetch any HTTP / HTTPS content.

Re-exports§

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

Modules§

client
Fetch client implementation.

Structs§

Method
The Request Method (VERB)
Url
A parsed URL record.