c

org.http4s.dsl.impl.Responses

PermanentRedirectOps

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PermanentRedirectOps
  2. LocationResponseGenerator
  3. EntityResponseGenerator
  4. ResponseGenerator
  5. AnyVal
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PermanentRedirectOps(status: PermanentRedirect.type)

Value Members

  1. def apply[A](location: Location, body: A, headers: Header*)(implicit F: Monad[F], w: EntityEncoder[G, A]): F[Response[G]]
    Definition Classes
    LocationResponseGenerator
  2. def apply(location: Location, headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    LocationResponseGenerator
  3. def apply[A](body: A, headers: Header*)(implicit F: Monad[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(headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
    Definition Classes
    EntityResponseGenerator
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. val status: PermanentRedirect.type

Deprecated Value Members

  1. def apply(location: 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