extract client ip from connection state

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-07 01:01:30 +00:00
parent 0bade5317f
commit 3ada847570
5 changed files with 36 additions and 0 deletions

View file

@ -33,6 +33,7 @@ brotli_compression = [
]
[dependencies]
axum-client-ip.workspace = true
axum-extra.workspace = true
axum.workspace = true
base64.workspace = true