IfNoneMatch

final implicit
class IfNoneMatch(request: HttpRequest) extends AnyVal

Provides standardized access to If-None-Match header.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def getIfNoneMatch: Option[Seq[EntityTag]]

Gets If-None-Match header values if present.

Gets If-None-Match header values if present.

def hasIfNoneMatch: Boolean

Tests for If-None-Match header.

Tests for If-None-Match header.

Gets If-None-Match header values.

Gets If-None-Match header values.

Returns

header values or empty sequence if If-None-Match is not present

Creates new request removing If-None-Match header.

Creates new request removing If-None-Match header.

Creates new request setting If-None-Match header to supplied values.

Creates new request setting If-None-Match header to supplied values.

Creates new request setting If-None-Match header to supplied values.

Creates new request setting If-None-Match header to supplied values.