hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

Add Permissions-Policy header #572

Open paolobarbolini opened 1 year ago

paolobarbolini commented 1 year ago

Add Permissions-Policy to the list of headers

seanmonstar commented 1 year ago

Thanks for submitting the PR! My initial feeling is that this header is likely too niche to include in the general list of constants. There are other header names that we've not added as well. But I realize that there isn't policy spelled out for how to decide what names to add.

seanmonstar commented 1 year ago

I filed #573 to track creation of that policy.