final case class If-Match(tags: Option[NonEmptyList[EntityTag]]) extends Product with Serializable
Request header to make the request conditional on the current contents of the origin server at the given target resource (URI).
- Source
- If-Match.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- If-Match
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new If-Match(tags: Option[NonEmptyList[EntityTag]])
Value Members
- val tags: Option[NonEmptyList[EntityTag]]