Client IP address extractors for Axum web framework, supporting headers like X-Forwarded-For.
# Cargo.toml
[dependencies]
axum-client-ip = "1.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extracts client IP from an Axum request.
Add `axum = "0.7"` and `tokio = { version = "1", features = ["full"] }` to Cargo.toml.No dependency data recorded yet.