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

@ -83,6 +83,9 @@ features = ["typed-header"]
version = "0.6.0"
features = ["tls-rustls"]
[workspace.dependencies.axum-client-ip]
version = "0.6.0"
[workspace.dependencies.tower]
version = "0.4.13"
features = ["util"]