]> git.ipfire.org Git - thirdparty/tornado.git/commit
http client: option to not raise errors 1258/head
authorTom Dyas <tdyas@foursquare.com>
Mon, 23 Jun 2014 18:21:46 +0000 (14:21 -0400)
committerTom Dyas <tdyas@foursquare.com>
Fri, 21 Nov 2014 19:08:39 +0000 (11:08 -0800)
commitb2f8f9970d142fdd2ed91c2f25f34605c6ba29bc
tree46ac77ce09a39471c6ff55b225f10c95a6220168
parent20bf1653d24c4bc97043377a05cb3e682cb8e4db
http client: option to not raise errors

Pass raise_error=False to the fetch method to disable the raising of
HTTPError on errors.
tornado/httpclient.py
tornado/test/httpclient_test.py