geopython / geopython/stetl

All HTTP clients should use "requests" package

Open
#80 0 comments 0 reactions 1 assignee Claimed by @justb4 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.