Stage

play.api.mvc.Handler.Stage
See theStage companion trait
object Stage

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stage.type

Members list

Value members

Concrete methods

def modifyRequest(modifyRequestFunc: RequestHeader => RequestHeader, wrappedHandler: Handler): Stage

Create a Stage that modifies the request before calling the next handler.

Create a Stage that modifies the request before calling the next handler.

Attributes