Controller.prototype.deny >= 1.1.0
Purpose
End the request with a 403 error
Syntax
deny
(
Numberstatus= 403
Stringmessage= Forbidden
);
Parameters
status
- The HTTP status to respond with
message
- The error message
Comments