Skip to content

Commit

Permalink
update: export HeaderName from crate root
Browse files Browse the repository at this point in the history
  • Loading branch information
Velfi authored and seanmonstar committed Jun 30, 2022
1 parent 98b1873 commit 34a9d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -185,7 +185,7 @@ mod extensions;
pub use crate::error::{Error, Result};
pub use crate::extensions::Extensions;
#[doc(no_inline)]
pub use crate::header::{HeaderMap, HeaderValue};
pub use crate::header::{HeaderMap, HeaderName, HeaderValue};
pub use crate::method::Method;
pub use crate::request::Request;
pub use crate::response::Response;
Expand Down

0 comments on commit 34a9d6b

Please sign in to comment.