object If-Match extends Internal[If-Match] with Singleton with Serializable
- Source
- If-Match.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- If-Match
- Serializable
- Serializable
- Singleton
- Extractable
- Internal
- HeaderKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
*: If-Match
Match any existing entity
- def apply(first: EntityTag, rest: EntityTag*): If-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-Match]
-
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