Tony Tan
Results
4
issues of
Tony Tan
I tryied the decorator/function approach to write the views, but it seems not working. @app.add_route('^/deco/(?P\w+)$', method='GET') def new_name_handler(application, message, name): print message return http_response('Take five, %s!' % (name), 200, 'OK',...
This will make this lib py3 compatible... Mind take a look and let me know if it works for you and maybe merge it?