ContextRequest

org.http4s.ContextRequest
See theContextRequest companion object
final case class ContextRequest[F[_], A](context: A, req: Request[F])

Attributes

Companion
object
Source
ContextRequest.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): ContextRequest[G, A]

Attributes

Source
ContextRequest.scala

Deprecated methods

def authInfo: A

Attributes

Deprecated
true
Source
ContextRequest.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product