AcceptEncoding

zio.http.Header.AcceptEncoding
See theAcceptEncoding companion object
sealed trait AcceptEncoding extends Header

Represents an AcceptEncoding header value.

Attributes

Companion
object
Graph
Supertypes
trait Header
class Object
trait Matchable
class Any
Known subtypes
class Br
class Compress
class Deflate
class GZip
class Identity
class Multiple
class NoPreference
class Unknown
Show all

Members list

Type members

Types

override type Self = AcceptEncoding

Value members

Concrete methods

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
def renderedValue: String

Attributes

Inherited from:
Header

Abstract fields

val raw: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header