wreq-util 3.0.0-rc.12

Common utilities for wreq
Documentation
1
2
3
4
5
6
7
//! Tower middleware helpers for `wreq`.
//!
//! Modules here are feature-gated. Enable the feature to make the tower middleware
//! available and to include its docs.

#[cfg(feature = "tower-delay")]
pub mod delay;