python-wsgi binding is working (to some extent)
commit9b05bbd9644cc6bbdd4f845196a715f21d91fbb2
authorRyan Dahl <ry@lakshmi.local>
Thu, 6 Mar 2008 16:17:42 +0000 (6 17:17 +0100)
committerRyan Dahl <ry@lakshmi.local>
Thu, 6 Mar 2008 16:17:42 +0000 (6 17:17 +0100)
tree1c8e228362031077337ea044e521b56df8befb59
parent98ceeb9fbacb61dd7dc61847d4c88f97420cddef
python-wsgi binding is working (to some extent)

it doesn't yet implement the full WSGI protocol but does handle the basics.
Probably does not work with threads but no matter because ebb does not support
response streaming yet anyway.
src/ebb.c
src/ebb_python.c
test/test.py