1 2 3 4 5 6 7
// SPDX-License-Identifier: MIT //! Network-level request primitives. //! //! Gated by the `axum` feature. Provides utilities for inspecting connection //! metadata attached to incoming [`http::Request`]s. pub mod client_ip;