isahc

Module prelude

Source
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§