hyperium / headers

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

Add support for "must-understand" directive #149

Closed bc-universe closed 10 months ago

bc-universe commented 10 months ago

While working with Cache Control on another project, I noticed that the "must-understand" directive was missing.

I followed along the lines of a previous contribution, let me know if there's anything that is missing or incorrect and I'll be glad to work it through.