Endpoints

zio.http.api.Endpoints$
See theEndpoints companion trait
object Endpoints

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Concat[-R, +E, Ids1, Ids2](left: Endpoints[R, E, Ids1], right: Endpoints[R, E, Ids2]) extends Endpoints[R, E, Ids1 & Ids2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Endpoints[R, E, Ids1 & Ids2]
class Object
trait Matchable
class Any
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
trait Product
trait Equals
trait Endpoints[R, E, Id]
class Object
trait Matchable
class Any
Self type
HandledEndpoint[R, E, In0, Out0, Id]

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

def flatten[R, E](service: Endpoints[R, E, _]): Chunk[HandledEndpoint[R, E, _, _, _]]