mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 07:39:25 +01:00
Re-export the headers crate when the headers feature is active (#630)
This commit is contained in:
parent
dea36db400
commit
f7049054bf
1 changed files with 3 additions and 0 deletions
|
@ -402,6 +402,9 @@ mod test_helpers;
|
|||
pub use add_extension::{AddExtension, AddExtensionLayer};
|
||||
#[doc(no_inline)]
|
||||
pub use async_trait::async_trait;
|
||||
#[cfg(feature = "headers")]
|
||||
#[doc(no_inline)]
|
||||
pub use headers;
|
||||
#[doc(no_inline)]
|
||||
pub use http;
|
||||
#[doc(no_inline)]
|
||||
|
|
Loading…
Reference in a new issue