kennethreitz
e92aece664
Merge pull request #31 from robertaistleitner/master
...
add support for cookies in the websocket
2017-05-01 10:17:08 -04:00
Tomas Krajca
87fa13d7d6
Added GunicornWebSocketHandler with gunicorn-compatible access-logformat
2016-06-22 22:45:09 +10:00
Alexander Oblovatniy
2b414eaad5
Add support of Flask blueprints
2016-05-01 17:13:49 +03:00
Robert Aistleitner
d27c4ba2c9
little bugfix to avoid exception on non-existing cookie
2016-04-28 13:27:09 +02:00
Robert Aistleitner
acad9bc37b
add support for cookies in the websocket
...
if cookies are used for session handling, please note that you have to persist your session manually.
something like ```self.app.save_session(session, make_response(""))``` after messages are received does the trick.
2016-04-28 10:30:05 +02:00
kennethreitz
3d4ce11d38
add request context into the socket handler #25
2016-02-03 22:07:37 -05:00
kennethreitz
b159ecbeb3
Fallback to Flask routing when not a ws request #11
2016-02-03 22:03:41 -05:00
Jules Olleon
91cee59a1a
add werkzeug routing: allows '/endpoint/<some_id>' style routing
2014-06-12 08:59:17 -07:00
Jurie Horneman
aabe4aa8f3
Making sure all paths return something
...
Callers may rely on being able to iterate over the result of this function.
2014-06-11 20:58:44 +02:00
Kenneth Reitz
1d06b1e6cb
freedom patches
2013-09-30 21:46:39 -04:00
Kenneth Reitz
376f0da86a
stylism
2013-09-30 21:17:16 -04:00
Kenneth Reitz
e32b7b41cc
don't hard-depend on gevent
2013-09-30 21:15:37 -04:00
Kenneth Reitz
3f659b4b2b
Sockets Class
2013-09-30 21:10:18 -04:00
Kenneth Reitz
18f254849b
flask-sockets
2013-09-30 21:01:22 -04:00