If-Match

org.http4s.headers.If-Match
See theIf-Match companion object
final case class If-Match(tags: Option[NonEmptyList[EntityTag]])

Request header to make the request conditional on the current contents of the origin server at the given target resource (URI).

RFC-7232 Section 3.1

Attributes

Companion:
object
Source:
If-Match.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product