Files
requests/docs
Rotem Yaari efcbe93075 Make Response.raise_for_status() return the response object if the response is successful
This allows for chaining method calls in cases where we want to raise for bad codes but use the response otherwise,
e.g. requests.get(URL).raise_for_status().json()['value']
2017-02-12 11:11:40 +02:00
..
2016-11-23 19:58:18 -05:00
2017-02-02 15:19:31 -05:00
2017-01-09 00:40:32 +02:00
2017-02-10 10:47:40 +00:00
2017-02-02 16:12:33 -05:00
2017-02-02 15:22:01 -05:00
2016-02-19 00:56:14 -05:00
2016-02-19 00:56:14 -05:00