Vary

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Types

override type HeaderValue = Vary

Inherited types

type MirroredElemLabels <: Tuple

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

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