pl.iterators.stir.server.RequestContext
See theRequestContext companion object
Attributes
- Companion
- object
- Source
- RequestContext.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Completes the request with the given ToResponseMarshallable.
Bubbles the given error up the response chain where it is dealt with by the closest handleExceptions directive and its ExceptionHandler, unless the error is a RejectionError. In this case the wrapped rejection is unpacked and "executed".
Bubbles the given error up the response chain where it is dealt with by the closest handleExceptions directive and its ExceptionHandler, unless the error is a RejectionError. In this case the wrapped rejection is unpacked and "executed".
Attributes
- Source
- RequestContext.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
- Source
- RequestContext.scala
Rejects the request with the given rejections.
In this article