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 a05bef4 commit 25a525bCopy full SHA for 25a525b
Doc/library/http.server.rst
@@ -19,10 +19,8 @@ This module defines classes for implementing HTTP servers (Web servers).
19
20
.. warning::
21
22
- :mod:`http.server` is meant for demo purposes and does not implement the
23
- stringent security checks needed of a real HTTP server. We do not recommend
24
- using this module directly in production.
25
-
+ :mod:`http.server` is not recommended for production. It only implements
+ basic security checks.
26
27
One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
28
It creates and listens at the HTTP socket, dispatching the requests to a
0 commit comments