CharsetRange

Standardized type for Accept-Charset header value.

See also

scamper.http.headers.AcceptCharset

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def charset: String

Gets charset.

Gets charset.

def matches(charset: String): Boolean

Tests whether range matches supplied charset.

Tests whether range matches supplied charset.

def weight: Float

Gets charset weight.

Gets charset weight.

Concrete methods

def isWildcard: Boolean

Tests for wildcard (*).

Tests for wildcard (*).

Concrete fields

lazy override
val toString: String

Returns formatted range.

Returns formatted range.