Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Add WIKI documentation covering WSGI portability issues. #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mod_wsgi code tries to be true to the WSGI specification and always do
what is the logical thing if something is unclear. Other WSGI adapater
implementations may not be as good or as forgiving. The intent of this
documentation would be to cover how to write WSGI applications which are
portable to as many WSGI implementations and point out the issues in WSGI
adapters, including mod_wsgi, which may affect portability. Should also
cover things where WSGI adapaters may just be plain wrong in as much as not
preserving CGI like functionality as far as processing of request headers etc.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 22 Feb 2008 at 12:05

GoogleCodeExporter commented 9 years ago
Closing out documentation issues. Will pick up another time on github side when 
get enough momentum to work on documentation again.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 10:10