Skip to content

Improved support for Link header handling #1129

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

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

acoburn
Copy link
Member

@acoburn acoburn commented Oct 28, 2020

Resolves #1125

This makes it possible for clients to send multiple Link headers while not having to worry about ordering. Only the first relevant LDP link header will be used by the HTTP layer.

Resolves #1125

This makes it possible for clients to send multiple Link headers while
not having to worry about ordering. All irrelevant header values will be
filtered out.
@acoburn acoburn merged commit 7e1eb49 into main Oct 28, 2020
@acoburn acoburn deleted the feature/better-link-header-handling branch October 28, 2020 16:47
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.

Resource type is determined by first link header, as opposed to first Link with rel="type"
1 participant