object If-None-Match extends Internal[If-None-Match] with Singleton with 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
- Singleton
- Extractable
- Internal
- HeaderKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
HeaderT = If-None-Match
- Definition Classes
- Internal → HeaderKey
Value Members
-
val
*: If-None-Match
Match any existing entity
- def apply(first: EntityTag, rest: EntityTag*): If-None-Match
-
final
def
from(headers: Headers): Option[HeaderT]
- Definition Classes
- Singleton → Extractable
-
def
matchHeader(header: Header): Option[HeaderT]
- Definition Classes
- Internal → HeaderKey
-
val
name: CaseInsensitiveString
- Definition Classes
- Internal → HeaderKey
-
def
parse(s: String): ParseResult[If-None-Match]
- Definition Classes
- If-None-Match → HeaderKey
-
def
toString(): String
- Definition Classes
- HeaderKey → AnyRef → Any
-
final
def
unapply(headers: Headers): Option[HeaderT]
- Definition Classes
- Extractable
-
final
def
unapply(header: Header): Option[HeaderT]
- Definition Classes
- HeaderKey