mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +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};
|
pub use add_extension::{AddExtension, AddExtensionLayer};
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
pub use async_trait::async_trait;
|
pub use async_trait::async_trait;
|
||||||
|
#[cfg(feature = "headers")]
|
||||||
|
#[doc(no_inline)]
|
||||||
|
pub use headers;
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
pub use http;
|
pub use http;
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
|
|||||||
Reference in New Issue
Block a user