随笔分类 - cgi
摘要:https://www.cnblogs.com/hzhtracy/p/4365938.html 网关协议学习:CGI、FastCGI、WSGI、uWSGI 一直对这四者的概念和区别很模糊,现在就特意梳理一下它们的关系与区别。 CGI CGI即通用网关接口(Common Gateway Interfa
阅读全文
摘要:from wsgiref.util import setup_testing_defaults, request_urifrom wsgiref.simple_server import make_server# A relatively simple WSGI application. It's
阅读全文