UnauthorizedOps

org.http4s.dsl.impl.Responses$.UnauthorizedOps
final class UnauthorizedOps[F[_], G[_]](val status: Status) extends AnyVal with WwwAuthenticateResponseGenerator[F, G]

Attributes

Source:
Responses.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def apply[A](authenticate: WWW-Authenticate, body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
def apply(authenticate: WWW-Authenticate, headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]

Concrete fields

Attributes

Source:
Responses.scala