mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
* `Response#error`, which, coupled with `ErrorResponse#error`, allows for `if response.error` kind of conditional; * `Response#raise_for_status` now returns the response when no error is raise (for method chaining); Closes #153