SeeOtherOps
org.http4s.dsl.impl.Responses.SeeOtherOps
final class SeeOtherOps[F[_], G[_]](val status: SeeOther.type, val liftG: FunctionK[G, F]) extends LocationResponseGenerator[F, G]
Attributes
- Source
- Responses.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- LocationResponseGenerator
- Source
- ResponseGenerator.scala
Attributes
- Inherited from:
- LocationResponseGenerator
- Source
- ResponseGenerator.scala
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