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 2fb9cde commit 4f41a86Copy full SHA for 4f41a86
Doc/library/wsgiref.rst
@@ -11,6 +11,11 @@
11
12
--------------
13
14
+.. warning::
15
+
16
+ :mod:`wsgiref` is a reference implementation and is not recommended for
17
+ production. The module only implements basic security checks.
18
19
The Web Server Gateway Interface (WSGI) is a standard interface between web
20
server software and web applications written in Python. Having a standard
21
interface makes it easy to use an application that supports WSGI with a number
0 commit comments