mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 13:12:30 +00:00
* First pass at allowing unix socket with urls/uri. See #42341 * Only insert handler as needed * Fix and add tests * Add HTTPS functionality for unix sockets * Additional test fixes * Create context manager for monkey patching HTTPConnection.connect, de-dupe code, raise better errors * doc * Add a few more tests * Fix __call__ * Remove unused import * Patch HTTPConnection.connect with the functionality we want, instead of duplicating code and disabling * Fix var name * Remove unused var * Add changelog fragment * Update uri docs * Fix rebase indentation issue |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_fetch_url.py | ||
| test_generic_urlparse.py | ||
| test_RedirectHandlerFactory.py | ||
| test_Request.py | ||
| test_RequestWithMethod.py | ||
| test_urls.py | ||