mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
Re-export the headers crate when the headers feature is active (#630)
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user