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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)]