]> git.ipfire.org Git - thirdparty/tornado.git/commit
Extract cookie-signing methods from RequestHandler so they can be used
authorBen Darnell <ben@bendarnell.com>
Fri, 9 Sep 2011 05:45:30 +0000 (22:45 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 9 Sep 2011 05:45:30 +0000 (22:45 -0700)
commit12c5699eb7d0c72698e533ae9b3d78c928f4b10f
treeba87cfa7368ed388d657b5d0819a3dde3a2f7db2
parentc9fb8e03125675563a2a5543d205d4f31fd6c6cb
Extract cookie-signing methods from RequestHandler so they can be used
outside the web stack.

Closes #339.
tornado/test/web_test.py
tornado/web.py