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 a6b3ec5 commit 1d26c72Copy full SHA for 1d26c72
Doc/library/http.server.rst
@@ -16,6 +16,14 @@
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.
25
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
29
handler. Code to create and run the server looks like this::
0 commit comments