pl.iterators.stir.server.RejectionHandler
See theRejectionHandler companion object
trait RejectionHandler extends Seq[Rejection] => Option[Route]
Attributes
- Companion
- object
- Source
- RejectionHandler.scala
- Graph
-
- Supertypes
- Self type
Members list
Value members
Concrete methods
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
Attributes
- Source
- RejectionHandler.scala
"Seals" this handler by attaching a default handler as fallback if necessary.
"Seals" this handler by attaching a default handler as fallback if necessary.
Attributes
- Source
- RejectionHandler.scala
Creates a new RejectionHandler which uses the given one as fallback for this one.
Creates a new RejectionHandler which uses the given one as fallback for this one.
Attributes
- Source
- RejectionHandler.scala
Inherited methods
In this article