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

Add If-None-Match header #302

Merged
merged 1 commit into from
Feb 7, 2015

Conversation

fmendez
Copy link
Contributor

@fmendez fmendez commented Feb 7, 2015

feat(headers): Add If-None-Match header field

Add the HTTP/1.1 If-None-Match header field makes the request method conditional
on a recipient cache or origin server either not having any current
representation of the target resource, when the field-value is "*",
or having a selected representation with an entity-tag that does not
match any of those listed in the field-value.

Closes #238

Add the HTTP/1.1 `If-None-Match` header field makes the request method conditional
on a recipient cache or origin server either not having any current
representation of the target resource, when the field-value is "*",
or having a selected representation with an entity-tag that does not
match any of those listed in the field-value.

Closes hyperium#238
seanmonstar added a commit that referenced this pull request Feb 7, 2015
@seanmonstar seanmonstar merged commit e6cae3c into hyperium:master Feb 7, 2015
@seanmonstar
Copy link
Member

Thanks!

@fmendez
Copy link
Contributor Author

fmendez commented Feb 7, 2015

My pleasure!! 😄

@fmendez fmendez deleted the add-if-not-match-header branch February 7, 2015 21:57
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.

add If-None-Match header
2 participants