Size: 756
Comment:
|
Size: 856
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
''' 含有章节缩影的FLOSS中文 文章模板 '''::-- hoxide [[[DateTime(2006-02-03T11:58:04Z)]]] |
|
Line 7: | Line 5: |
== WSGI == Python Web Server Gateway Interface (WSGI) 是一个Python的Web服务器接口, 它的目标是为web framework提供与http server之间的接口, 让web framework可以运行再不同的http server之上, WSGI属于中间件. Guido近期的Blog中对WSGI的评价非常高. |
|
Line 10: | Line 6: |
=== 简介 === | == 简介 == [[Include(/AbtWSGI)]] == 相关页面 == * [http://www.python.org/peps/pep-0333.html Python Web Server Gateway Interface v1.0 PEP333] * http://wsgi.org/ * [http://pythonpaste.org/ Paste] ["PasteQuickIn"] 为编写基于WSGI的应用程序或框架提供一个良好的基础, 比如:提供wsgi web服务器,常用wsgi中间件 等. * [http://www-128.ibm.com/developerworks/library/wa-wsgi/ Mix and match Web components with Python WSGI] * 中译版本 [:/MixMatchWebComponentsWithPyWSGI:使用PyWSGI混合WEB组件] == 规范 == === WSGI应用程序 === [[Include(/AppWSGI)]] === WSGI服务器 === [[Include(/SrvWSGI)]] === WSGI中间件 === [[Include(/MidWSGI)]] |
Line 13: | Line 26: |
=== 官方页面 === WSGI没有官方实现, 他更类似于一个协议, 参看: [http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides Python Web Server Gateway Interface v1.0 PEP333] |
== 规范细节 == [[Include(/DetailsWSGI)]] |
Line 17: | Line 29: |
=== 例子 === === 讨论 === |
== 讨论 == |
简介
相关页面
[http://www.python.org/peps/pep-0333.html Python Web Server Gateway Interface v1.0 PEP333]
[http://pythonpaste.org/ Paste] ["PasteQuickIn"] 为编写基于WSGI的应用程序或框架提供一个良好的基础, 比如:提供wsgi web服务器,常用wsgi中间件 等.
[http://www-128.ibm.com/developerworks/library/wa-wsgi/ Mix and match Web components with Python WSGI]
中译版本 [:/MixMatchWebComponentsWithPyWSGI:使用PyWSGI混合WEB组件]
规范
WSGI应用程序
WSGI服务器
WSGI中间件
规范细节