Closed issue by imrn on void-packages repository https://github.com/void-linux/void-packages/issues/22033 Description: A next-generation HTTP client similar to python3-requests. HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. https://www.python-httpx.org https://github.com/encode/httpx ``` Dependencies urllib3 - Sync client support. h11 - HTTP/1.1 support. h2 - HTTP/2 support. certifi - SSL certificates. chardet - Fallback auto-detection for response encoding. hstspreload - determines whether IDNA-encoded host should be only accessed via HTTPS. idna - Internationalized domain name support. rfc3986 - URL parsing & normalization. sniffio - Async library autodetection. brotlipy - Decoding for "brotli" compressed responses. (Optional) ``` Thanks in advance..