c

org.http4s.dsl.impl.Responses

PermanentRedirectOps

final class PermanentRedirectOps[F[_], G[_]] extends LocationResponseGenerator[F, G]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PermanentRedirectOps
  2. LocationResponseGenerator
  3. EntityResponseGenerator
  4. ResponseGenerator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PermanentRedirectOps(status: PermanentRedirect.type, liftG: ~>[G, F])

Value Members

  1. def apply[A](location: Location, body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    LocationResponseGenerator
  2. def apply(location: Location)(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    LocationResponseGenerator
  3. def apply[A](body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  4. def apply[A](body: G[A])(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  5. def apply()(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  6. def headers(header: ToRaw, _headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  7. val liftG: ~>[G, F]
  8. val status: PermanentRedirect.type

Deprecated Value Members

  1. 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