Files
uwsgi/examples/uwsgirouter2.py
T
2012-12-28 14:31:29 +01:00

9 lines
160 B
Python

import uwsgi
def application(e,s):
for part in uwsgi.send_message("192.168.173.100:3032", 0, 0, e, 0, e['wsgi.input'].fileno(), uwsgi.cl()):
yield part