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 0bd4826 commit eeab510Copy full SHA for eeab510
Doc/library/http.server.rst
@@ -16,12 +16,12 @@
16
17
This module defines classes for implementing HTTP servers (Web servers).
18
19
-Security Considerations
20
------------------------
21
22
-http.server is meant for demo purposes and does not implement the stringent
23
-security checks needed of real HTTP server. We do not recommend
24
-using this module directly in production.
+.. warning::
+
+ :mod:`http.server` is meant for demo purposes and does not implement the
+ stringent security checks needed of a real HTTP server. We do not recommend
+ using this module directly in production.
25
26
27
One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
0 commit comments