tornado
tornado copied to clipboard
Add web.RequestHandler.get_reason()
This mirrors get_status()
and prevents applications from relying on the internal self._reason
variable.
Fixes #3126