Accept-Charset

final case class Accept-Charset(values: NonEmptyList[CharsetRange])
 The "Accept-Charset" header field can be sent by a user agent to
 indicate what charsets are acceptable in textual response content.
 This field allows user agents capable of understanding more

From [http//tools.ietf.org/html/rfc7231#section-5.3.3 RFC-7231].

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def qValue(charset: Charset): QValue
def satisfiedBy(charset: Charset): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product