ContentCodingRange

Standardized type for Accept-Encoding header value.

See also

scamper.headers.AcceptEncoding

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def matches(coding: ContentCoding): Boolean

Tests whether range matches supplied content coding.

Tests whether range matches supplied content coding.

def name: String

Gets coding name.

Gets coding name.

def weight: Float

Gets coding weight.

Gets coding weight.

Concrete methods

def isCompress: Boolean

Tests for compress.

Tests for compress.

def isDeflate: Boolean

Tests for deflate.

Tests for deflate.

def isGzip: Boolean

Tests for gzip.

Tests for gzip.

def isIdentity: Boolean

Tests for identity.

Tests for identity.

def isWildcard: Boolean

Tests for wildcard (*).

Tests for wildcard (*).

Concrete fields

lazy override val toString: String

Returns formatted range.

Returns formatted range.