Allow

final case class Allow(methods: Set[Method])

A Response header that lists the methods that are supported by the target resource. Often attached to responses with status 405 Not Allowed.

RFC-7231 Section 7.4.1 Allow

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product