final class FoundOps[F[_], G[_]] extends LocationResponseGenerator[F, G]
- Source
- Responses.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FoundOps
- LocationResponseGenerator
- EntityResponseGenerator
- ResponseGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply[A](location: Location, body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- LocationResponseGenerator
-
def
apply(location: Location)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- LocationResponseGenerator
-
def
apply[A](body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
apply()(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
def
headers(header: ToRaw, _headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- EntityResponseGenerator
-
val
liftG: ~>[G, F]
- Definition Classes
- FoundOps → EntityResponseGenerator
-
val
status: Found.type
- Definition Classes
- FoundOps → ResponseGenerator
Deprecated Value Members
-
def
apply(uri: Uri)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- LocationResponseGenerator
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.0-M2) Use
apply(Location(location))
instead