RoutesMiddleware

zio.http.endpoint.RoutesMiddleware$
See theRoutesMiddleware companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

final class Apply[M <: EndpointMiddleware](val m: M) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def make[M <: EndpointMiddleware](middleware: M): Apply[M]

Constructs a new RoutesMiddleware from both the definition of the middleware, together with a pair of incoming and outgoing interceptors.

Constructs a new RoutesMiddleware from both the definition of the middleware, together with a pair of incoming and outgoing interceptors.

Attributes

Concrete fields

A RoutesMiddleware that does nothing.

A RoutesMiddleware that does nothing.

Attributes