object If-None-Match extends Serializable
The "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.
From RFC-7232
- Source
- If-None-Match.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- If-None-Match
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
*: If-None-Match
Match any existing entity
- def apply(first: EntityTag, rest: EntityTag*): If-None-Match
- implicit val headerInstance: Header[If-None-Match, Single]
- def parse(s: String): ParseResult[If-None-Match]