Sets the status code to be sent with this response.
status(int code) { underlyingResponse.statusCode = code; }