Sets the HTTP status code (legacy method for backward compatibility).
@override Response status(int code) { _status.setStatus(code); return this; }