o

org.http4s.server.middleware

ErrorHandling

object ErrorHandling

Source
ErrorHandling.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorHandling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[F[_], G[_]](k: Kleisli[F, Request[G], Response[G]])(implicit F: MonadThrow[F]): Kleisli[F, Request[G], Response[G]]
  2. def httpApp[F[_]](httpApp: HttpApp[F])(implicit arg0: MonadThrow[F]): HttpApp[F]
  3. def httpRoutes[F[_]](httpRoutes: HttpRoutes[F])(implicit arg0: MonadThrow[F]): HttpRoutes[F]