Allow

zio.http.Header$.Allow
See theAllow companion object
final case class Allow(methods: NonEmptyChunk[Method]) extends Header

The Allow header must be sent if the server responds with a 405 Method Not Allowed status code to indicate which request methods can be used.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Self = Allow

Value members

Concrete methods

override def headerType: Typed[Allow]

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Header

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Header

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header