Skip to content

Commit

Permalink
feat: re-export mime::Mime
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Apr 2, 2024
1 parent 2ffcd7a commit 51462eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ extern crate test;

pub use headers_core::{Error, Header};

pub use mime::Mime;

#[doc(hidden)]
pub use http::HeaderMap;

Expand Down

0 comments on commit 51462eb

Please sign in to comment.