Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Members list
Value members
Abstract methods
The location where the route was created, which is useful for debugging purposes.
The location where the route was created, which is useful for debugging purposes.
Attributes
The route pattern over which the route is defined. The route can only handle requests that match this route pattern.
The route pattern over which the route is defined. The route can only handle requests that match this route pattern.
Attributes
Concrete methods
Applies the route to the specified request. The route must be defined for the request, or else this method will fail fatally. Note that you may only call this function when you have handled all errors produced by the route, converting them into responses.
Applies the route to the specified request. The route must be defined for the request, or else this method will fail fatally. Note that you may only call this function when you have handled all errors produced by the route, converting them into responses.
Attributes
Handles the error of the route. This method can be used to convert a route that does not handle its errors into one that does handle its errors.
Handles the error of the route. This method can be used to convert a route that does not handle its errors into one that does handle its errors.
Attributes
Handles the error of the route. This method can be used to convert a route that does not handle its errors into one that does handle its errors.
Handles the error of the route. This method can be used to convert a route that does not handle its errors into one that does handle its errors.
Attributes
Determines if the route is defined for the specified request.
Determines if the route is defined for the specified request.
Attributes
Returns a route that automatically translates all failures into responses, using best-effort heuristics to determine the appropriate HTTP status code, and attaching error details using the HTTP header Warning.
Returns a route that automatically translates all failures into responses, using best-effort heuristics to determine the appropriate HTTP status code, and attaching error details using the HTTP header Warning.