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 [https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.3 RFC-7231].

Companion:
object
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

Inherited from:
Product