[][src]Module hreq::prelude

A "prelude" for users of the hreq crate.

The idea is that by importing the entire contents of this module to get all the essentials of the hreq crate.

use hreq::prelude::*;

Re-exports

pub use crate::BlockExt;
pub use crate::Body;
pub use crate::RequestBuilderExt;
pub use crate::RequestExt;
pub use crate::ResponseExt;
pub use http::Request;
pub use http::Response;
pub use crate::server::MethodHandlers;
pub use crate::server::ResponseBuilderExt;
pub use crate::server::Router;
pub use crate::server::Server;
pub use crate::server::ServerRequestExt;