tornado-proxy
tornado-proxy copied to clipboard
Support Tornado 6
The @asynchronous handler was deprecated in 5.1 and removed in 6.0. Instead of using @asynchronous and callbacks, use coroutines (using either @tornado.gen.coroutine or async def) instead.
can you help to make a pr?