zio.http.endpoint.EndpointMiddleware$
See theEndpointMiddleware companion trait
object EndpointMiddleware
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EndpointMiddleware.type
Members list
Type members
Classlikes
case object None extends EndpointMiddleware
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait EndpointMiddlewareclass Objecttrait Matchableclass AnyShow all
- Self type
-
None.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EndpointMiddlewareclass Objecttrait Matchableclass AnyShow all
- Self type
-
Types
type Typed[In0, Err0, Out0] = EndpointMiddleware { type In = In0; type Err = Err0; type Out = Out0; }
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Add specified header to the response
Add specified header to the response
Attributes
In this article