IfNoneMatch

scamper.http.headers.IfNoneMatch
final class IfNoneMatch(request: HttpRequest) extends AnyVal

Adds standardized access to If-None-Match header.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def hasIfNoneMatch: Boolean

Tests for If-None-Match header.

Tests for If-None-Match header.

Attributes

Gets If-None-Match header values.

Gets If-None-Match header values.

Attributes

Returns

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

def ifNoneMatchOption: Option[Seq[EntityTag]]

Gets If-None-Match header values if present.

Gets If-None-Match header values if present.

Attributes

Creates new request with If-None-Match header removed.

Creates new request with If-None-Match header removed.

Attributes

def setIfNoneMatch(values: Seq[EntityTag]): HttpRequest

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

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

Attributes

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

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

Attributes