[OWSLib-devel] migrating HTTP support to
Tom Kralidis
tomkralidis at gmail.com
Fri Jan 10 11:56:12 PST 2014
Devs: there has been some discussion around HTTP support in OWSLib:
https://github.com/geopython/OWSLib/issues/108, so I thought it would
be valuable to echo here.
Kyle has proposed using the Python requests library [1]. I think this
would be a great idea. Between GET / POST, authentication, cookies,
etc., the requests library would make OWSLib's HTTP request/response
patterns minimal, solid, and very easy to maintain.
FYI I have opened a ticket at
https://github.com/geopython/OWSLib/issues/111 to track/follow
progress.
[1] http://docs.python-requests.org
More information about the OWSLib-devel
mailing list