lookup> If-None-Match

If-None-Match

can be used to make a request method conditional on not matching any of the current entity-tag values for representations of the target resource.

请求头RFC7232#3.2
NameIf-None-Match
Type请求头
SpecificationRFC7232#3.2

can be used to make a request method conditional on not matching any of the current entity-tag values for representations of the target resource.

If-None-Match: "33a64df5"

RFC7232#3.2

What does the If-None-Match header do?

can be used to make a request method conditional on not matching any of the current entity-tag values for representations of the target resource.

Is If-None-Match a request or response header?

It is classified as a request header and can appear in requests or responses depending on context.

Related status codes