Multiple

zio.http.Header.TransferEncoding.Multiple
final case class Multiple(encodings: NonEmptyChunk[TransferEncoding]) extends TransferEncoding

Maintains a list of TransferEncoding values.

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 = TransferEncoding

Attributes

Inherited from:
TransferEncoding

Value members

Inherited methods

def headerName: String

Attributes

Inherited from:
Header

Attributes

Definition Classes
Inherited from:
TransferEncoding
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:
TransferEncoding

Concrete fields

override val encoding: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header