]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move AsyncHTTPClient creation logic to httpclient.py.
authorBen Darnell <ben@bendarnell.com>
Wed, 23 Feb 2011 22:03:49 +0000 (14:03 -0800)
committerBen Darnell <ben@bendarnell.com>
Wed, 23 Feb 2011 22:05:57 +0000 (14:05 -0800)
commitbfb171fb90ab5fc255e423a8cb3daf5514a36ac2
tree0c3b8bc7e9a8721da888d797842665d7b3438d5a
parente7ae6c91c950f8eb7ff1f6b7bcc695414d079fc3
Move AsyncHTTPClient creation logic to httpclient.py.
tornado/curl_httpclient.py
tornado/httpclient.py
tornado/simple_httpclient.py
tornado/test/simple_httpclient_test.py