Context
WSGI
The Web Server Gateway Interface (or “WSGI” for short) is a standardinterface between web servers and Python web application frameworks. Bystandardizing behavior and communication between web servers and Python webframeworks, WSGI makes it possible to write portable Python web code thatcan be deployed in any WSGI-compliant web server.WSGI is documented in PEP 3333.
当前内容版权归 Guide Python 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Guide Python .