final case class Accept-Encoding(values: NonEmptyList[ContentCoding]) extends Product with Serializable
- Source
- Accept-Encoding.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Accept-Encoding
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Accept-Encoding(values: NonEmptyList[ContentCoding])
Value Members
- def qValue(coding: ContentCoding): QValue
- def satisfiedBy(coding: ContentCoding): Boolean
- val values: NonEmptyList[ContentCoding]
Deprecated Value Members
-
def
preferred: ContentCoding
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.1) Has confusing semantics in the presence of splat. Do not use.