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

format/formats attribute on alternate links #76

Open
hvdsomp opened this issue Dec 13, 2024 · 0 comments
Open

format/formats attribute on alternate links #76

hvdsomp opened this issue Dec 13, 2024 · 0 comments

Comments

@hvdsomp
Copy link

hvdsomp commented Dec 13, 2024

The working draft uses format instead of formats in links in the HTTP Link header, e.g.:

Link:
  <http://example.org/resource/a>;
          rel="alternate";
          format="http://otherexample.org/profile/x",
  <http://example.org/resource/a>;
          rel="alternate";
          format="http://otherexample.org/profile/y",
  <http://example.org/resource/a>;
          rel="canonical";
          format="http://otherexample.org/profile/z"

The formats attribute is what is used by Mark Nottingham's Link Hint Internet Draft, which is leveraged in the Profile Negotiation I-D, which is, AFAIK, what the working draft is inspired by when it comes to profile negotiation.

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

No branches or pull requests

1 participant