WithResponseMiddleware

oxygen.http.server.CompiledEndpoints.WithResponseMiddleware
final case class WithResponseMiddleware(underlying: CompiledEndpoints, responseMiddleware: ResponseMiddleware) extends CompiledEndpoints

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def handle(input: EndpointInput): ZIO[Scope, Response, Response]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toRoutes(config: Config): Routes[Any, Response]

Attributes

Inherited from:
CompiledEndpoints
final def withMiddleware(requestMiddleware: RequestMiddleware, responseMiddleware: ResponseMiddleware): CompiledEndpoints

Attributes

Inherited from:
CompiledEndpoints

Attributes

Inherited from:
CompiledEndpoints

Attributes

Inherited from:
CompiledEndpoints