mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00:00
* uri/win_uri: Make method a free text field Since various interfaces introduce their own HTTP method (e.g. like PROPFIND, LIST or TRACE) it's better to leave this up to the user. * Fix HTTP method check in module_utils urls * Add integration test for method UNKNOWN * Clarify the change as requested during review |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_fetch_url.py | ||
| test_generic_urlparse.py | ||
| test_RedirectHandlerFactory.py | ||
| test_Request.py | ||
| test_RequestWithMethod.py | ||
| test_urls.py | ||