//! Built-in middleware. Each piece is an async function with the
//! signature `async fn(Request, Next) -> Result<Response>`. Drop any of
//! them into `Router::middleware(...)` in whatever order you want.
pub use gzip;
pub use ;
pub use logger;
pub use ;
pub use security_headers;