Skip to main content

wreq_util/
tower.rs

1//! Tower middleware helpers for `wreq`.
2//!
3//! Modules here are feature-gated. Enable the feature to make the tower middleware
4//! available and to include its docs.
5
6#[cfg(feature = "tower-delay")]
7pub mod delay;