application = tornado.web.Application([ (r'/blah', BlahHandler), ], **settings) # Create an HTTP server listening on localhost, port 8080. http_server = tornado.httpserver.HTTPServer(application) http_server.listen(8080, address='127.0.0.1')
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter