We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66024e commit 856f162Copy full SHA for 856f162
bin/router/src/pipeline/usage_reporting.rs
@@ -87,6 +87,7 @@ pub fn collect_usage_report(
87
}
88
89
90
+#[inline]
91
fn get_header_value<'req>(req: &'req HttpRequest, header_name: &str) -> Option<&'req str> {
92
req.headers().get(header_name).and_then(|v| v.to_str().ok())
93
0 commit comments