httpApp

object httpApp
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](httpApp: HttpApp[F], f: (Request[F], Throwable) => F[Unit])(implicit evidence$3: ApplicativeThrow[F]): HttpApp[F]
def log[F[_], G[_], B](httpApp: HttpApp[F], messageFailureLogAction: (Throwable, => String) => F[Unit], serviceErrorLogAction: (Throwable, => String) => F[Unit])(implicit evidence$4: ApplicativeThrow[F]): HttpApp[F]