We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd44a4 commit 4b33eccCopy full SHA for 4b33ecc
Doc/whatsnew/3.14.rst
@@ -441,10 +441,8 @@ http
441
(Contributed by Yorik Hansen in :gh:`123430`.)
442
443
* The :mod:`http.server` module now supports serving over HTTPS using the
444
- new :class:`http.server.HTTPSServer`. This class is a subclass of
445
- :class:`http.server.HTTPServer` that enables TLS encryption with the
446
- :mod:`ssl` module. To use HTTPS from the command line, new options have been
447
- added to ``python -m http.server``:
+ new :class:`http.server.HTTPSServer`. Furthermore, the following command-line
+ options have been added to ``python -m http.server``:
448
449
* ``--tls-cert <path>``: Path to the TLS certificate file.
450
* ``--tls-key <path>``: Optional path to the private key file.
0 commit comments