Allow

zio.http.Header.Allow
See theAllow companion class
object Allow extends HeaderType

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type
Allow.type

Members list

Type members

Types

override type HeaderValue = Allow

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, Allow]
def render(allow: Allow): String

Concrete fields

val CONNECT: Allow
val DELETE: Allow
val GET: Allow
val HEAD: Allow
val OPTIONS: Allow
val PATCH: Allow
val POST: Allow
val PUT: Allow
val TRACE: Allow