http.client
http.client — HTTP protocol client
Source code: Lib/http/client.py
This module defines classes which implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request
uses it to handle URLs that use HTTP and HTTPS.
See also
The Requests package is recommended for a higher-level HTTP client interface.