daphne/channels
2015-09-10 16:57:57 -06:00
..
backends Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
interfaces Refactor websocket servers a bit to share logic 2015-09-10 16:00:31 -05:00
management Fixed #9: Add asyncio websocket server 2015-09-10 14:41:47 -05:00
tests Fix tests. 2015-09-09 22:07:22 -05:00
__init__.py 0.8 2015-09-10 16:01:18 -05:00
adapters.py Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
apps.py Make the location of channels in INSTALLED_APPS not matter 2015-07-13 15:51:10 -05:00
auth.py Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
channel.py Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
consumer_registry.py Stop using @consumer, move to explicit routing 2015-09-03 00:07:30 -07:00
decorators.py updated example and made decorators py3-ready 2015-09-10 16:57:57 -06:00
hacks.py Make the location of channels in INSTALLED_APPS not matter 2015-07-13 15:51:10 -05:00
message.py Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
request.py Lowercase request GET/POST etc. 2015-09-09 21:25:36 -05:00
response.py Rename channels and change message format docs 2015-09-09 21:21:43 -05:00
utils.py Remove auto-importing of modules 2015-09-09 20:58:32 -05:00
worker.py updated print statements 2015-09-10 12:26:08 -06:00