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 #238

Closed
jdm opened this issue Jan 11, 2015 · 0 comments · Fixed by #302
Closed

add If-None-Match header #238

jdm opened this issue Jan 11, 2015 · 0 comments · Fixed by #302
Labels
A-headers Area: headers. E-easy Effort: easy. A task that would be a great starting point for a new contributor.

Comments

@jdm
Copy link

jdm commented Jan 11, 2015

This is needed for servo/servo#4117.
Spec: https://tools.ietf.org/html/rfc7232#section-3.2

@seanmonstar seanmonstar added E-easy Effort: easy. A task that would be a great starting point for a new contributor. A-headers Area: headers. servo labels Jan 11, 2015
fmendez added a commit to fmendez/hyper that referenced this issue Feb 7, 2015
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-headers Area: headers. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants