Simple

smithy4s.http4s.ServerEndpointMiddleware.Simple
trait Simple[F[_]] extends Simple[HttpApp[F]]

Attributes

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

Members list

Value members

Inherited methods

final def andThen(other: Middleware[HttpApp[F]]): Middleware[A]

Attributes

Inherited from:
Middleware
final def biject[B](to: HttpApp[F] => B)(from: B => HttpApp[F]): Middleware[B]

Attributes

Inherited from:
Middleware
final def prepare[Alg[_[_, _, _, _, _]]](service: Service[Alg])(endpoint: Endpoint[Operation, _, _, _, _, _]): Construct => Construct

Attributes

Inherited from:
Simple
def prepareWithHints(serviceHints: Hints, endpointHints: Hints): Construct => Construct

Attributes

Inherited from:
Simple