diff --git a/axum/src/extract/host.rs b/axum/src/extract/host.rs index de5a43c2..0878af25 100644 --- a/axum/src/extract/host.rs +++ b/axum/src/extract/host.rs @@ -26,7 +26,7 @@ where type Rejection = HostRejection; async fn from_request(req: &mut RequestParts) -> Result { - // todo: extract host from http::header::FORWARDED + // TODO: extract host from http::header::FORWARDED if let Some(host) = req .headers()