httpApp

org.http4s.server.middleware.RequestId.httpApp
object httpApp

Attributes

Source
RequestId.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
httpApp.type

Members list

Value members

Concrete methods

def apply[F[_] : UUIDGen](httpApp: HttpApp[F]): HttpApp[F]

Attributes

Source
RequestId.scala
def apply[F[_] : UUIDGen](headerName: CIString)(httpApp: HttpApp[F]): HttpApp[F]

Attributes

Source
RequestId.scala
def apply[F[_] : Monad](headerName: CIString, genReqId: F[UUID])(httpApp: HttpApp[F]): HttpApp[F]

Attributes

Source
RequestId.scala

Deprecated methods

def apply[F[_]](httpApp: HttpApp[F], F: Sync[F]): HttpApp[F]

Attributes

Deprecated
true
Source
RequestId.scala
def apply[F[_]](headerName: CIString, httpApp: HttpApp[F], F: Sync[F]): HttpApp[F]

Attributes

Deprecated
true
Source
RequestId.scala
def apply[F[_]](headerName: CIString, genReqId: F[UUID], httpApp: HttpApp[F], F: Sync[F]): HttpApp[F]

Attributes

Deprecated
true
Source
RequestId.scala