theelous3 / asks

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

Add `status_code` attribute to BadStatus errors #113

Closed smurfix closed 5 years ago

smurfix commented 5 years ago

BadStatus exceptions need the error code as number, not just at the beginning of their string repr.

theelous3 commented 5 years ago

lovely ty