Attributes
- Companion
- trait
- Source
- RouteDirectives.scala
- Graph
-
- Supertypes
- Self type
-
RouteDirectives.type
Members list
Value members
Inherited methods
Completes the request using the given arguments.
Completes the request using the given arguments.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Completes the request using the given arguments.
Completes the request using the given arguments.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Completes the request using the given arguments.
Completes the request using the given arguments.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Bubbles the given error up the response chain, where it is dealt with by the closest handleExceptions directive and its ExceptionHandler.
Bubbles the given error up the response chain, where it is dealt with by the closest handleExceptions directive and its ExceptionHandler.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using an asynchronous partial function.
Handle the request using an asynchronous partial function.
This directive can be used to include external components request processing components defined as PartialFunction (like those provided by akka-grpc) into a routing tree defined as routes.
Value parameters
- rejections
-
The list of rejections to reject with if the handler is not defined for a request.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using an asynchronous partial function.
Handle the request using an asynchronous partial function.
This directive can be used to include external components request processing components defined as PartialFunction (like those provided by akka-grpc) into a routing tree defined as routes.
When the partial function is not defined for a request, the request is rejected with an empty list of rejections which is equivalent to a "Not Found" rejection.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using a function.
Handle the request using a function.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using a synchronous partial function.
Handle the request using a synchronous partial function.
This directive can be used to include external components request processing components defined as PartialFunction (like those provided by akka-grpc) into a routing tree defined as routes.
Value parameters
- rejections
-
The list of rejections to reject with if the handler is not defined for a request.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using a synchronous partial function.
Handle the request using a synchronous partial function.
This directive can be used to include external components request processing components defined as PartialFunction (like those provided by akka-grpc) into a routing tree defined as routes.
When the partial function is not defined for a request, the request is rejected with an empty list of rejections which is equivalent to a "Not Found" rejection.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Handle the request using a function.
Handle the request using a function.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Completes the request with redirection response of the given type to the given URI.
Completes the request with redirection response of the given type to the given URI.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Rejects the request with the given rejections.
Rejects the request with the given rejections.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala
Rejects the request with an empty set of rejections.
Rejects the request with an empty set of rejections.
Attributes
- Inherited from:
- RouteDirectives
- Source
- RouteDirectives.scala