python-swiftclient/swiftclient
Tristan Cacqueray b182112719 Port to python-requests
Currently, httplib implementation does not support SSL certificate
verification. This patch fixes this. Note that ssl compression parameter
and 100-continue thing is still missing from requests, though those are
lower priority.

Requests now takes care of:
* proxy configuration (get_environ_proxies),
* chunked encoding (with data generator),
* bulk uploading (with files dictionary),
* SSL certificate verification (with 'insecure' and 'cacert' parameter).

This patch have been tested with requests 1.1.0 (CentOS 6) and requests
2.2.1 (current version).

Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc
Closes-Bug: #1199783
DocImpact
SecurityImpact
2014-02-12 13:21:26 +01:00
..
__init__.py Make pbr only a build-time dependency. 2013-10-10 11:57:47 -07:00
client.py Port to python-requests 2014-02-12 13:21:26 +01:00
command_helpers.py match hacking rules in swift 2014-01-24 14:53:17 -08:00
exceptions.py Move multi-threading code to a library. 2013-07-28 22:08:17 -07:00
multithreading.py Replace xrange in for loop with range 2014-01-14 21:49:44 +08:00
utils.py Port to python-requests 2014-02-12 13:21:26 +01:00
version.py Make pbr only a build-time dependency. 2013-10-10 11:57:47 -07:00