ContentCoding

Standardized type for Content-Encoding header value.

See also:

scamper.http.headers.ContentEncoding

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def name: String

Gets coding name.

Gets coding name.

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

Converts to range with supplied weight.

Converts to range with supplied weight.

Concrete fields

override val toString: String

Returns formatted content coding.

Returns formatted content coding.