mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
0bd16bc4cd
commit
6de708fd46
2 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,11 @@ This module defines classes which implement the client side of the HTTP and
|
|||
HTTPS protocols. It is normally not used directly --- the module
|
||||
:mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS.
|
||||
|
||||
.. seealso::
|
||||
|
||||
The `Requests package <http://requests.readthedocs.org/>`_
|
||||
is recommended for a higher-level http client interface.
|
||||
|
||||
.. note::
|
||||
|
||||
HTTPS support is only available if Python was compiled with SSL support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue