ServerEndpointMiddleware

smithy4s.http4s.ServerEndpointMiddleware

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Simple[F[_]] extends Simple[HttpApp[F]]

Attributes

Supertypes
trait Simple[HttpApp[F]]
trait Middleware[HttpApp[F]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMapErrors[F[_] : MonadThrow](f: PartialFunction[Throwable, F[Throwable]]): ServerEndpointMiddleware[F]
def mapErrors[F[_] : MonadThrow](f: PartialFunction[Throwable, Throwable]): ServerEndpointMiddleware[F]