Route

zio.http.Route
See theRoute companion trait
object Route

Attributes

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

Members list

Type members

Classlikes

object CheckResponse

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait CheckResponse[-A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
final class HandledConstructor[-Env, Params](val pattern: RoutePattern[Params]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class UnhandledConstructor[-Env, Params](val rpm: RoutePattern[Params]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Inherited and Abstract 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 handled[Params, Env](rpm: RoutePattern[Params]): HandledConstructor[Env, Params]
def handledIgnoreParams[Env](routePattern: RoutePattern[_])(handler0: Handler[Env, Response, Request, Response])(implicit trace: Trace): Route[Env, Nothing]
def route[Params, Env](rpm: RoutePattern[Params]): UnhandledConstructor[Env, Params]

Concrete fields

val notFound: Route[Any, Nothing]