hyperium / headers

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

feat: Add HeaderExt trait #166

Open tottoto opened 7 months ago

tottoto commented 7 months ago

Adds a helper method which encodes Header types to HeaderValue as HeaderExt trait. This would be useful as it is a frequently encountered procedure.