MethodNotAllowedOps

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

Attributes

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

Members list

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

val status: MethodNotAllowed.type

Attributes

Source
Responses.scala