tornado icon indicating copy to clipboard operation
tornado copied to clipboard

Add web.RequestHandler.get_reason()

Open dave-shawley opened this issue 2 years ago • 0 comments

This mirrors get_status() and prevents applications from relying on the internal self._reason variable.

Fixes #3126

dave-shawley avatar Mar 17 '22 13:03 dave-shawley