//! 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.
// public:
pub use gzip;
// public:
pub use ;
// public:
pub use ;
// public:
pub use ;
// public:
pub use logger;
// public:
pub use ;
// public:
pub use security_headers;