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[_] : Sync](httpRoutes: HttpRoutes[F]): HttpRoutes[F]

Attributes

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

Attributes

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

Attributes

Source
RequestId.scala