Re-export the headers crate when the headers feature is active (#630)

This commit is contained in:
Jonas Platte
2021-12-15 15:14:03 +01:00
committed by GitHub
parent dea36db400
commit f7049054bf
+3
View File
@@ -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)]