-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We already have a way to end the response early: Response::redirect() or Response::reload().
I'm proposing a new function, abort, which by default will cause the Response to follow its exitCallback, and can take an optional parameter to set the response code.
Reactions are currently unavailable