-
Feature Request
-
Resolution: Unresolved
-
Major
-
2.1.3.Final
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Using the predicate language with the response-code() handler does not provide a way to set the status text to return.
path('/secret') -> response-code(403)
It would be nice to allow something like this:
path('/secret') -> response-code(value=403,text='go away')