Te

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

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type
Te.type

Members list

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

Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
Show all
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

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

Maintains a chunk of AcceptEncoding values.

Maintains a chunk of AcceptEncoding values.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Te
trait Header
class Object
trait Matchable
class Any
Show all
Self type
Trailers.type

Types

override type HeaderValue = Te

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

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