The Application.run() method no longer unconditionally
returns an HTTP response code of 200. The returned response
code is retrieved from the Request.status() method. You can
call the Request.set_status() method to override the default
HTTP response code of 200
.