Endpoint

zio.http.endpoint.Endpoint
See theEndpoint companion class
object Endpoint

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Endpoint.type

Members list

Type members

Classlikes

final case class OutErrors[PathInput, Input, Err, Output, Middleware <: EndpointMiddleware, Err2](self: Endpoint[PathInput, Input, Err, Output, Middleware]) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[Input](route: RoutePattern[Input]): Endpoint[Input, Input, ZNothing, ZNothing, None]

Constructs an endpoint for a route pattern.

Constructs an endpoint for a route pattern.

Attributes