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 9080824 commit bb1876aCopy full SHA for bb1876a
Doc/library/http.server.rst
@@ -16,6 +16,11 @@
16
17
This module defines classes for implementing HTTP servers (Web servers).
18
19
+.. warning::
20
+
21
+ :mod:`http.server` is not recommended for production. It only implements
22
+ basic security checks.
23
24
One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
25
It creates and listens at the HTTP socket, dispatching the requests to a
26
handler. Code to create and run the server looks like this::
0 commit comments