AcceptedOps
org.http4s.dsl.impl.Responses.AcceptedOps
final class AcceptedOps[F[_], G[_]](val status: Accepted.type, val liftG: FunctionK[G, F]) extends EntityResponseGenerator[F, G]
Attributes
- Source
- Responses.scala
- Graph
-
- Supertypes
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
Attributes
- Inherited from:
- EntityResponseGenerator
- Source
- ResponseGenerator.scala
Attributes
- Inherited from:
- EntityResponseGenerator
- Source
- ResponseGenerator.scala
Attributes
- Inherited from:
- EntityResponseGenerator
- Source
- ResponseGenerator.scala
In this article