This commit is contained in:
Seth Michael Larson 2026-02-05 14:28:48 +05:30 committed by GitHub
commit f211ffb38b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,11 @@
--------------
.. warning::
:mod:`wsgiref` is a reference implementation and is not recommended for
production. The module only implements basic security checks.
The Web Server Gateway Interface (WSGI) is a standard interface between web
server software and web applications written in Python. Having a standard
interface makes it easy to use an application that supports WSGI with a number