hyperium / headers

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

Implement COOP and COEP #114

Open daxpedda opened 2 years ago

daxpedda commented 2 years ago

See the Mozilla documentation on COOP and COEP.

I don't really understand some of the architectural decisions in this crate, so I might have done some mistakes in the implementation in this regard!

Depends on hyperium/http#562.