Accept-Charset

org.http4s.headers.Accept-Charset
See theAccept-Charset companion object
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].

Attributes

Companion
object
Source
Accept-Charset.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def qValue(charset: Charset): QValue

Attributes

Source
Accept-Charset.scala
def satisfiedBy(charset: Charset): Boolean

Attributes

Source
Accept-Charset.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product