Skip to content

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