ContentCoding

scamper.http.types.ContentCoding
See theContentCoding companion object

Standardized type for Content-Encoding header value.

Attributes

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

Members list

Value members

Abstract methods

def name: String

Gets coding name.

Gets coding name.

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 toRange(weight: Float): ContentCodingRange

Converts to range with supplied weight.

Converts to range with supplied weight.

Attributes

Concrete fields

override val toString: String

Returns formatted content coding.

Returns formatted content coding.

Attributes