urllib3 · PyPI
pypi.org › project › urllib3Oct 10, 2011 · urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:
pycopy-urllib.parse · PyPI
https://pypi.org/project/pycopy-urllib.parse13.07.2019 · CPython urllib.parse module ported to Pycopy Project description This is a module ported from CPython standard library to be compatible with Pycopy project ( https://github.com/pfalcon/pycopy ). Usually, this means applying small patches for features not supported (yet, or at all) in Pycopy. Sometimes, heavier changes are required.
urllib3 · PyPI
https://pypi.org/project/urllib310.10.2011 · Added urllib3.add_stderr_logger() for quickly enabling STDERR debug logging in urllib3. Native full URL parsing (including auth, path, query, fragment) available in urllib3.util.parse_url(url). Built-in redirect will switch method to ‘GET’ if …