zio.http.Route
See theRoute companion trait
object Route
Attributes
Members list
Type members
Classlikes
object CheckResponse
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CheckResponse.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
final class HandledConstructor[-Env, Params](val pattern: RoutePattern[Params]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
final class UnhandledConstructor[-Env, Params](val rpm: RoutePattern[Params]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def handledIgnoreParams[Env](routePattern: RoutePattern[_])(handler0: Handler[Env, Response, Request, Response])(implicit trace: Trace): Route[Env, Nothing]
In this article