util/forwarded_headers.rs: Generalized handle_forwarded_for_headers()

here.
This commit is contained in:
Jonathan Davies
2023-02-09 13:48:48 +00:00
parent a5f7a79250
commit ff70e09aa0
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ pub mod data;
pub mod encode;
pub mod error;
pub mod formater;
pub mod forwarded_headers;
pub mod metrics;
pub mod migrate;
pub mod persister;