urllib.request — Extensible library for opening URLs — Python ...
docs.python.org › 3 › libraryDec 28, 2021 · The urllib.request module defines the following functions: urllib.request.urlopen (url, data=None, [timeout, ] *, cafile=None, capath=None, cadefault=False, context=None) ¶ Open the URL url, which can be either a string or a Request object. data must be an object specifying additional data to be sent to the server, or None if no such data is ...