EntityTag

trait EntityTag

Standardized type for ETag, If-Match, If-None-Match, and If-Range header value.

See also

scamper.http.headers.ETag

scamper.http.headers.IfMatch

scamper.http.headers.IfNoneMatch

scamper.http.headers.IfRange

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def opaque: String

Gets entity tag's opaque value.

Gets entity tag's opaque value.

def weak: Boolean

Tests for weak validator.

Tests for weak validator.

Concrete fields

lazy override
val toString: String

Returns formatted entity tag.

Returns formatted entity tag.