]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add ability to get/set HTTP response reason phrase in RequestHandler and HTTPResponse 555/head
authorAlek Storm <alek.storm@gmail.com>
Sun, 1 Jul 2012 03:40:14 +0000 (23:40 -0400)
committerAlek Storm <alek.storm@gmail.com>
Sun, 1 Jul 2012 03:40:14 +0000 (23:40 -0400)
commit481c24404b9aefe2e8d222225c871de65bf9f0df
treef1334716f99118de29010e264472cd075f12ec31
parented7030d280962a2ba5a9861689eecd6edbabfd94
Add ability to get/set HTTP response reason phrase in RequestHandler and HTTPResponse
tornado/httpclient.py
tornado/simple_httpclient.py
tornado/test/web_test.py
tornado/web.py
tornado/wsgi.py