theelous3 / asks

Async requests-like httplib for python.
MIT License
509 stars 63 forks source link

Move raise_for_status to BaseResponse #162

Closed matham closed 4 years ago

matham commented 4 years ago

This moves raise_for_status to BaseResponse because the StreamResponse also should be able to check if the initial response returned an error.