httpRoutes

org.http4s.server.middleware.RequestId.httpRoutes
object httpRoutes

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_] : UUIDGen](httpRoutes: HttpRoutes[F]): HttpRoutes[F]

Attributes

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

Attributes

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

Attributes

Source
RequestId.scala

Deprecated methods

def apply[F[_]](httpRoutes: HttpRoutes[F], F: Sync[F]): HttpRoutes[F]

Attributes

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

Attributes

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

Attributes

Deprecated
true
Source
RequestId.scala