mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
efcbe93075
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']