`Accept-Language`

final case class `Accept-Language`(values: NonEmptyList[LanguageTag])

Request header used to indicate which natural language would be preferred for the response to be translated into.

Request header used to indicate which natural language would be preferred for the response to be translated into.

RFC-7231 Section 5.3.5

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

Value members

Concrete methods

def qValue(languageTag: LanguageTag): QValue
def satisfiedBy(languageTag: LanguageTag): Boolean

Deprecated methods

@deprecated("Has confusing semantics in the presence of splat. Do not use.", "0.16.1")
Deprecated

Inherited methods

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