ErrorHandling

org.http4s.server.middleware.ErrorHandling
object ErrorHandling

Attributes

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

Members list

Type members

Classlikes

object Custom

Attributes

Source
ErrorHandling.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Custom.type
object Recover

Attributes

Source
ErrorHandling.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Recover.type

Value members

Concrete methods

def apply[F[_], G[_]](k: Kleisli[F, Request[G], Response[G]])(implicit F: MonadThrow[F]): Kleisli[F, Request[G], Response[G]]

Attributes

Source
ErrorHandling.scala
def httpApp[F[_] : MonadThrow](httpApp: HttpApp[F]): HttpApp[F]

Attributes

Source
ErrorHandling.scala
def httpRoutes[F[_] : MonadThrow](httpRoutes: HttpRoutes[F]): HttpRoutes[F]

Attributes

Source
ErrorHandling.scala