ContentEncoding

zio.http.Header.ContentEncoding
See theContentEncoding companion object
sealed trait ContentEncoding extends Header

Attributes

Companion
object
Graph
Supertypes
trait Header
class Object
trait Matchable
class Any
Known subtypes
object Br.type
object Compress.type
object Deflate.type
object GZip.type
class Multiple

Members list

Type members

Types

override type Self = ContentEncoding

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 encoding: String

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header