Skip to content

Commit 106dbef

Browse files
stormshield-guillaumedalexmohr
authored andcommitted
Add axum_extra::extract::Host support (tamasfe#236)
1 parent e533403 commit 106dbef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/aide/src/axum/inputs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ mod extra {
354354
}
355355
}
356356

357+
impl OperationInput for extract::Host {}
358+
357359
#[cfg(feature = "axum-extra-cookie")]
358360
impl OperationInput for extract::CookieJar {}
359361

0 commit comments

Comments
 (0)