]> git.ipfire.org Git - thirdparty/tornado.git/commit
Improve curl_httpclient so it supports custom methods with payload.
authorTatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
Tue, 1 Jul 2014 17:39:14 +0000 (14:39 -0300)
committerTatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
Tue, 1 Jul 2014 17:48:20 +0000 (14:48 -0300)
commitc957a5d453594155f8ad4fde35a8093619424304
treeb886d5097e3b77c8c4e842f43c61f50f6ad33e53
parenta91b15c3907e8f73031e75cd45b0417b184f0a9a
Improve curl_httpclient so it supports custom methods with payload.
Before this, no custom method (e.g. PATCH) added body to the CURL request.
tornado/curl_httpclient.py
tornado/test/curl_httpclient_test.py