hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Implement COOP and COEP #562

Open daxpedda opened 2 years ago

daxpedda commented 2 years ago

See the Mozilla documentation on COOP and COEP.

i noticed that some of the documentation was basically copy-pasted from the Mozilla documentation, so I did the same. Happy to use my own wording if that's undesired.

Fixes #460.

daxpedda commented 1 year ago

Rebased after https://github.com/hyperium/http/pull/579.

perry-birch commented 1 year ago

Working on a PR in a dependent lib which could use this if it's close to approval.

Updates look correct to me.