ansible/test/integration/targets/uri/tasks
Matt Martz 450cfa8776
Handle duplicate headers in the uri module (#33792)
* Handle duplicate headers, and make it easier for users to use cookies, by providing a pre-built string

* Ensure proper cookie ordering, make key plural

* Add note about cookie sort order

* Add tests for duplicate headers and cookies_string

* Extend tests, normalize headers between py2 and py3

* Add some notes in test code

* Don't use AttributeError, use six.PY3. Use better names.
2018-04-10 09:26:51 -05:00
..
main.yml Handle duplicate headers in the uri module (#33792) 2018-04-10 09:26:51 -05:00
redirect-all.yml Required changes to support redirects on HTTP 307/308 (#36809) 2018-04-06 13:17:14 -05:00
redirect-none.yml Required changes to support redirects on HTTP 307/308 (#36809) 2018-04-06 13:17:14 -05:00
redirect-safe.yml Required changes to support redirects on HTTP 307/308 (#36809) 2018-04-06 13:17:14 -05:00
redirect-urllib2.yml Required changes to support redirects on HTTP 307/308 (#36809) 2018-04-06 13:17:14 -05:00