NotImplementedOps

org.http4s.dsl.impl.Responses.NotImplementedOps
final class NotImplementedOps[F[_], G[_]](val status: NotImplemented.type, val liftG: FunctionK[G, F]) extends EntityResponseGenerator[F, G]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
EntityResponseGenerator
Source
ResponseGenerator.scala
def apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]

Attributes

Inherited from:
EntityResponseGenerator
Source
ResponseGenerator.scala
def apply()(implicit F: Applicative[F]): F[Response[G]]

Attributes

Inherited from:
EntityResponseGenerator
Source
ResponseGenerator.scala
def headers(header: ToRaw, _headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]

Attributes

Inherited from:
EntityResponseGenerator
Source
ResponseGenerator.scala

Concrete fields

val liftG: FunctionK[G, F]

Attributes

Source
Responses.scala
val status: NotImplemented.type

Attributes

Source
Responses.scala