⇤ ← Revision 1 as of 2006-02-03 11:58:04
Size: 773
Comment:
|
Size: 756
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
=== 文档 == |
含有章节缩影的FLOSS中文 文章模板 ::-- hoxide [DateTime(2006-02-03T11:58:04Z)] TableOfContents
WSGI
- Python Web Server Gateway Interface (WSGI) 是一个Python的Web服务器接口, 它的目标是为web framework提供与http server之间的接口, 让web framework可以运行再不同的http server之上, WSGI属于中间件. Guido近期的Blog中对WSGI的评价非常高.
简介
官方页面
- WSGI没有官方实现, 他更类似于一个协议, 参看:
[http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides Python Web Server Gateway Interface v1.0 PEP333]
例子