aboutsummaryrefslogtreecommitdiff
path: root/src/util/lib.rs
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-02-09 13:48:48 +0000
committerJonathan Davies <jpds@protonmail.com>2023-03-03 19:17:40 +0000
commitff70e09aa090a140729483783076e7938fad0d39 (patch)
treedd19fbc28b1574af3856302450a862acabcb2c87 /src/util/lib.rs
parenta5f7a7925088c1169f2d88ca4dd1ed83fce37e35 (diff)
downloadgarage-ff70e09aa090a140729483783076e7938fad0d39.tar.gz
garage-ff70e09aa090a140729483783076e7938fad0d39.zip
util/forwarded_headers.rs: Generalized handle_forwarded_for_headers()
here.
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r--src/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs
index d35ca72f..c9110fb2 100644
--- a/src/util/lib.rs
+++ b/src/util/lib.rs
@@ -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;