MethodNotAllowedOps

org.http4s.dsl.impl.Responses$.MethodNotAllowedOps
final class MethodNotAllowedOps[F[_], G[_]](val status: Status) extends AnyVal with AllowResponseGenerator[F, G]

Attributes

Source:
Responses.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def apply[A](allow: Allow, body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]

Attributes

Inherited from:
AllowResponseGenerator
Source:
ResponseGenerator.scala
def apply(allow: Allow, headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]

Attributes

Inherited from:
AllowResponseGenerator
Source:
ResponseGenerator.scala

Concrete fields

Attributes

Source:
Responses.scala