hyperium / headers

Typed HTTP Headers from hyper
https://hyper.rs
MIT License
162 stars 84 forks source link

feat: re-export mime::Mime #180

Closed tottoto closed 5 months ago

tottoto commented 5 months ago

Re-exports mime::Mime. This struct has already been an external type as ContentType. Especially when users convert from Mime to ContentType, this would be useful.