python-swiftclient/swiftclient
Tim Burke a1e2bcde4a Accept more types of input for headers/meta
Previously, we only accepted iterables of strings like 'Header: Value'.
Now, we'll also accept lists of tuples like ('Header', 'Value') as well
as dictionaries like {'Header': 'Value'}.

This should be more intuitive for application developers, who are
already used to being able to pass dicts or lists of tuples to libraries
like requests.

Change-Id: I93ed2f1e8305f0168b7a4bd90c205b04730da836
2016-11-18 11:47:14 -08:00
..
__init__.py Use "# noqa" instead of "#flake8: noqa" 2016-02-09 23:09:24 +08:00
authv1.py Add v1password keystoneauth plugin 2016-10-24 01:52:37 +02:00
client.py Merge "Add additional headers for HEAD/GET/DELETE requests." 2016-11-08 19:30:40 +00:00
command_helpers.py Add additional headers for HEAD/GET/DELETE requests. 2016-11-07 13:18:29 +08:00
exceptions.py Include response headers in ClientExceptions 2016-03-03 17:16:33 +00:00
multithreading.py Add new doc structure and contents for swiftclient 2016-04-29 19:21:36 +01:00
service.py Accept more types of input for headers/meta 2016-11-18 11:47:14 -08:00
shell.py Merge "Add additional headers for HEAD/GET/DELETE requests." 2016-11-08 19:30:40 +00:00
utils.py Accept more types of input for headers/meta 2016-11-18 11:47:14 -08:00
version.py Fix some typos 2015-12-30 11:01:33 -08:00