Vary

zio.http.Header$.Vary$
See theVary companion trait
object Vary extends HeaderType

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Headers(headers: NonEmptyChunk[String]) extends Vary

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Vary
trait Header
class Object
trait Matchable
class Any
case object Star extends Vary

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Vary
trait Header
class Object
trait Matchable
class Any
Self type
Star.type

Types

override type HeaderValue = Vary

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

def apply(first: String, rest: String*): Vary
override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, Vary]
def render(vary: Vary): String