Allow

org.http4s.headers.Allow
See theAllow companion object
final case class Allow(methods: Set[Method])

A Response header that lists the methods that are supported by the target resource. Must be attached to responses with status 405 Not Allowed, though in practice not all servers honor this.

RFC-7231 Section 7.4.1 Allow

Attributes

Companion:
object
Source:
Allow.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product