]> git.ipfire.org Git - thirdparty/tornado.git/commit
Support minor HTTP request attributes in SimpleAsyncHTTPClient.
authorBen Darnell <ben@bendarnell.com>
Thu, 21 Oct 2010 22:17:06 +0000 (15:17 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 21 Oct 2010 22:17:06 +0000 (15:17 -0700)
commitd06f8f4bcd46d4f2b620ea1cb614731f4b74ab71
treec2b349c87a9790bd10681bc0ecb43f1b3ec3ec53
parent3d19e10355477cb5a92d6e708445965de917507c
Support minor HTTP request attributes in SimpleAsyncHTTPClient.

Adds allow_nonstandard_methods and user_agent, and gives an explicit
warning for network_interface.
tornado/simple_httpclient.py