final case class Accept-Encoding(values: NonEmptyList[ContentCoding]) extends Product with Serializable

Source
Accept-Encoding.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Accept-Encoding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Accept-Encoding(values: NonEmptyList[ContentCoding])

Value Members

  1. def qValue(coding: ContentCoding): QValue
  2. def satisfiedBy(coding: ContentCoding): Boolean
  3. val values: NonEmptyList[ContentCoding]

Deprecated Value Members

  1. def preferred: ContentCoding
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Has confusing semantics in the presence of splat. Do not use.