Thanks to visit codestin.com Credit goes to github.com
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 8b1f52b commit 8be1c04Copy full SHA for 8be1c04
1 file changed
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
+ only 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