logo
Expand description

A “prelude” for importing commonly used Isahc types and traits.

The prelude re-exports most commonly used traits and macros from this crate.

Example

Import the prelude with:

use isahc::prelude::*;

Re-exports

pub use crate::config::Configurable;
pub use crate::AsyncReadResponseExt;
pub use crate::ReadResponseExt;
pub use crate::RequestExt;
pub use crate::ResponseExt;