httpApp

object httpApp
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](httpApp: HttpApp[F])(implicit evidence$1: Sync[F]): HttpApp[F]
def apply[F[_]](headerName: CIString)(httpApp: HttpApp[F])(implicit evidence$2: Sync[F]): HttpApp[F]
def apply[F[_]](headerName: CIString, genReqId: F[UUID])(httpApp: HttpApp[F])(implicit evidence$3: Sync[F]): HttpApp[F]