ansible/test/units/module_utils/urls
Matt Martz b748edea45
Add multipart/form-data functionality (#69376)
* Add multipart/form-data functionality

* Fix some linting issues

* Fix error message

* Allow filename to be provided with content

* Add integration test

* Update examples

* General improvements to multipart handling

* Use prepare_multipart for galaxy collection publish

* Properly account for py2 vs py3, ensuring no max header length

* Address test assumptions

* Add unit tests

* Add changelog

* Ensure to use CRLF instead of NL

* Ignore line-endings in fixture

* Consolidate code, add comment

* Bump fallaxy container version

* ci_complete
2020-05-20 15:44:01 -05:00
..
fixtures Add multipart/form-data functionality (#69376) 2020-05-20 15:44:01 -05:00
__init__.py
test_fetch_url.py Cleanup for Python 3.9 and pycodestyle compat. 2020-05-14 21:06:16 -07:00
test_generic_urlparse.py
test_prepare_multipart.py Add multipart/form-data functionality (#69376) 2020-05-20 15:44:01 -05:00
test_RedirectHandlerFactory.py cert validation fixes - Attempt 2 (#55953) 2019-05-31 16:35:25 -04:00
test_Request.py get_url pass incorrect If-Modified-Since header(#67417) (#67419) 2020-04-10 12:17:55 -05:00
test_RequestWithMethod.py
test_urls.py Don't rely on netloc for determining hostname and port, just use hostname and port (#56270) 2019-05-20 16:50:54 -04:00