NoPreference

zio.http.Header.AcceptEncoding.NoPreference
final case class NoPreference(weight: Option[Double]) extends AcceptEncoding

Matches any content encoding not already listed in the header. This is the default value if the header is not present.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

override type Self = AcceptEncoding

Attributes

Inherited from:
AcceptEncoding

Value members

Inherited methods

def headerName: String

Attributes

Inherited from:
Header

Attributes

Definition Classes
Inherited from:
AcceptEncoding
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def renderedValue: String

Attributes

Inherited from:
Header
override def self: Self

Attributes

Definition Classes
Inherited from:
AcceptEncoding

Concrete fields

override val raw: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header