zio.http.api.Endpoints$.HandledEndpoint
final case class HandledEndpoint[-R, +E, In0, Out0, Id](endpointSpec: EndpointSpec[In0, Out0], handler: In0 => ZIO[R, E, Out0]) extends Endpoints[R, E, Id] Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Combines this service and the specified service into a single service,
which contains all endpoints and their associated handlers.
Combines this service and the specified service into a single service,
which contains all endpoints and their associated handlers.
Attributes
- Inherited from:
- Endpoints