ContentCodingRange

scamper.http.types.ContentCodingRange
See theContentCodingRange companion object

Standardized type for Accept-Encoding header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def matches(coding: ContentCoding): Boolean

Tests whether range matches supplied content coding.

Tests whether range matches supplied content coding.

Attributes

def name: String

Gets coding name.

Gets coding name.

Attributes

def weight: Float

Gets coding weight.

Gets coding weight.

Attributes

Concrete methods

def isCompress: Boolean

Tests for compress.

Tests for compress.

Attributes

def isDeflate: Boolean

Tests for deflate.

Tests for deflate.

Attributes

def isGzip: Boolean

Tests for gzip.

Tests for gzip.

Attributes

def isIdentity: Boolean

Tests for identity.

Tests for identity.

Attributes

def isWildcard: Boolean

Tests for wildcard (*).

Tests for wildcard (*).

Attributes

Concrete fields

lazy override val toString: String

Returns formatted range.

Returns formatted range.

Attributes