abort method
Immediately terminates the request with the given res.
Implementation
void abort(Response res) {
throw AbortException(res);
}
Immediately terminates the request with the given res.
void abort(Response res) {
throw AbortException(res);
}