]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add PATCH and OPTIONS support by default to curl_httpclient.
authorBen Darnell <ben@bendarnell.com>
Sat, 18 May 2013 20:34:10 +0000 (16:34 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 18 May 2013 20:34:52 +0000 (16:34 -0400)
commit2d683cd95f21481b8b19a8723a673615d808cc17
tree96c514957a78b093e5853b20be00620fb7fdf879
parent4791695b9793229564d4510d3e8cd4d4cb008238
Add PATCH and OPTIONS support by default to curl_httpclient.

Add some tests to cover all the standard (and non-standard) http methods.

Closes #792.
tornado/curl_httpclient.py
tornado/test/httpclient_test.py
tornado/test/web_test.py