Te

zio.http.Header$.Te$
See theTe companion trait
object Te extends HeaderType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Te.type

Members list

Concise view

Type members

Classlikes

final case class Compress(weight: Option[Double]) extends Te

A compression format that uses the Lempel-Ziv-Welch (LZW) algorithm.

A compression format that uses the Lempel-Ziv-Welch (LZW) algorithm.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
final case class Deflate(weight: Option[Double]) extends Te

A compression format that uses the zlib structure with the deflate compression algorithm.

A compression format that uses the zlib structure with the deflate compression algorithm.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
final case class GZip(weight: Option[Double]) extends Te

A compression format that uses the Lempel-Ziv coding (LZ77) with a 32-bit CRC.

A compression format that uses the Lempel-Ziv coding (LZ77) with a 32-bit CRC.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
final case class Multiple(encodings: NonEmptyChunk[Te]) extends Te

Maintains a chunk of AcceptEncoding values.

Maintains a chunk of AcceptEncoding values.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
case object Trailers extends Te

Indicates the identity function (that is, without modification or compression). This value is always considered as acceptable, even if omitted.

Indicates the identity function (that is, without modification or compression). This value is always considered as acceptable, even if omitted.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
Self type

Types

override type HeaderValue = Te

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, Te]
def render(encoding: Te): String