c

org.http4s.dsl.impl.Responses

ProxyAuthenticationRequiredOps

final class ProxyAuthenticationRequiredOps[F[_], G[_]] extends EntityResponseGenerator[F, G]

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

Instance Constructors

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

Value Members

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