Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created April 27, 2012 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fanzeyi/2507144 to your computer and use it in GitHub Desktop.
Save fanzeyi/2507144 to your computer and use it in GitHub Desktop.
class PageHandler(tornado.web.RequestHandler):
def get(self):
# for method GET
pass
def post(self):
# for method POST
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment