zio.http.endpoint.EndpointMiddleware
See theEndpointMiddleware companion trait
object EndpointMiddleware
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
EndpointMiddleware.type
Members list
Type members
Classlikes
case object None extends EndpointMiddleware
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 name of the type
Value members
Concrete methods
Add specified header to the response
Add specified header to the response
Attributes
In this article