-
Notifications
You must be signed in to change notification settings - Fork 22.7k
feat(http): Improve header titles, short-titles #39648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! The update looks good, thanks.
Also leaving this food for thought here: Should we also add "HTTP" to the header titles? Might help with searchability. As in:
title: Accept-CH HTTP header
Thank you! I thought about this, but rari is already adding HTTP in the page |
Description
In this PR, I'm adding more content/context to page titles and using current
titles
->short-title
s.Additions:
short-title
for HTTP headers and methodsChanges:
title
to say if it's a header, a Permissions-Policy or CSP directive, and thatCONNECT
etc. all refers to request methods.For example all header pages:
become
And all CSP/Permissions Policy directives:
Become:
The same change is repeated through the whole section.
Related issues and pull requests