final case class Accept-Charset(values: NonEmptyList[CharsetRange]) extends Product with Serializable
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].
- Source
- Accept-Charset.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Accept-Charset
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Accept-Charset(values: NonEmptyList[CharsetRange])
Value Members
- def map(f: (CharsetRange) ⇒ CharsetRange): Accept-Charset
- def qValue(charset: Charset): QValue
- def satisfiedBy(charset: Charset): Boolean
- val values: NonEmptyList[CharsetRange]