All HTTP clients should use "requests" package
Open
enhancement
- Dominant language
- Python
- Stars
- 88
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
In particular [httpoutput](https://github.com/geopython/stetl/blob/master/stetl/outputs/httpoutput.py) uses `httplib` which relies on `urllib` and only supports HTTP/1.0 which causes problems in some setups.
Better is to use the [requests](http://docs.python-requests.org/en/master/) package, also has a simpler programming model.
Contributor guide
Assessment
This issue has not been assessed yet.