ServerEndpointMiddleware

smithy4s.http4s.ServerEndpointMiddleware$
See theServerEndpointMiddleware companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Simple[F[_]] extends ServerEndpointMiddleware[F]

Attributes

Supertypes
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]

Implicits