move to urllib3 instead of requests #29

Merged
Barbagus merged 2 commits from urllib3 into stable 2023-02-14 08:11:23 +00:00

2 Commits

Author SHA1 Message Date
Barbagus 477edc4910 Implement a `raise_for_status()` on `HTTPError` 2023-02-13 18:44:32 +01:00
Barbagus a108135141 Use `urllib3` instead of `requests`
We were not (and probably wont be ) using any worthwhile `requests`
features (beside `raise_for_status()`) and the `timeout` session
parameter propagation vs adapter plugging "thing" in requests just
annoys me deeply (not that kind of "... Human (TM)")
2023-02-13 09:35:33 +01:00