object Stage
- Source
- Handler.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def modifyRequest(modifyRequestFunc: () => RequestHeader, wrappedHandler: Handler): Stage
Create a
Stage
that modifies the request before calling the next handler.