Skip to content

refactor(headers): Use header!() macro for 3 headers with a "*" value #421

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
Apr 6, 2015
Merged

refactor(headers): Use header!() macro for 3 headers with a "*" value #421

merged 1 commit into from
Apr 6, 2015

Conversation

pyfisch
Copy link
Contributor

@pyfisch pyfisch commented Apr 2, 2015

If-Match, If-None-Match and Vary headers are either a "*" value meaning that the header
matches every possible item or a list of items, one of them must be matched to fulfil the condition.

BREAKING_CHANGE: If-Match, If-None-Match and Vary item variant name changed to Items

Depends on #419

@pyfisch
Copy link
Contributor Author

pyfisch commented Apr 6, 2015

Also rebased.

`If-Match`, `If-None-Match` and `Vary` headers are either a "*" value meaning that the header
matches every possible item or a list of items, one of them must be matched to fulfil the condition.

BREAKING CHANGE: `If-Match`, `If-None-Match` and `Vary` item variant name changed to `Items`
seanmonstar added a commit that referenced this pull request Apr 6, 2015
 refactor(headers): Use header!() macro for 3 headers with a "*" value
@seanmonstar seanmonstar merged commit 913dc9e into hyperium:master Apr 6, 2015
@pyfisch pyfisch deleted the refactorheaders3 branch April 7, 2015 08:08
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.

2 participants