heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 164 forks source link

HTTP headers are not accesible in handler #22

Closed farin closed 10 years ago

farin commented 10 years ago

calling handler also with whole environ help.

handler(websocket, environ)

But more friendly solution like initialized flask.request will be better.

farin commented 10 years ago

i just found websocket.environ