Skip to content
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

Standardize Application-Specific Headers #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codello
Copy link
Contributor

@codello codello commented Jan 24, 2025

What does this PR do?

This PR standardizes the notion of application-specific headers. An application-specific header is a header that is not covered by this specification but used by an implementation. This PR standardizes the format for application-specific headers.

Example:
If an application Foo Bar wants to introduce a header for the speed of a song (whatever that may mean) it could use the application-specific header #FOO_BAR-SPEED.

Closes Issue(s)

Closes #56

Motivation

See #56

Additional Notes

I have used the hyphen as a separator for application-specific headers because I found it to be visually more convincing. There is a small technical benefit in that double-clicking a word usually includes underscores but not hyphens. So using an underscore as a separator (and potentially a hyphen within the application or header name) would be a little more difficult to double-click-copy. I am open to change this if another pattern is preferred.

Copy link
Collaborator

@Baklap4 Baklap4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spec] Application Specific Headers
2 participants