daphne/channels
Krukov D d9a943a2d5 as_route method for class based consumers (#266)
* Relative imports at the base of generic

* Added as_route method to generic consumers

* Tests for as_route method for generic consumers

* Now as_route method does not create new object + less verbose creating new object (tests)

* Fix flake8 version

* Fix blank line (flake8)

* Separate kwargs of as_route method as filters and nonfilters kwargs.

* `kwargs` for filters and `attrs` for class body at `as_route` method
2016-07-28 10:48:57 +01:00
..
binding Fix calling class registration 2016-07-24 13:11:58 +00:00
generic as_route method for class based consumers (#266) 2016-07-28 10:48:57 +01:00
management Add worker_ready signal 2016-07-22 21:51:28 -04:00
tests as_route method for class based consumers (#266) 2016-07-28 10:48:57 +01:00
__init__.py Releasing 0.17.1 2016-07-22 21:57:26 -04:00
apps.py First version of binding code 2016-07-14 23:15:57 -07:00
asgi.py Introduce ChannelTestCase to make testing easier 2016-04-04 03:34:05 +02:00
auth.py Fix missing import 2016-06-16 11:45:08 +01:00
channel.py Change type of error 2016-04-06 22:02:41 -07:00
exceptions.py Respect HTTP request body close in ASGI. 2016-04-04 03:34:05 +02:00
hacks.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
handler.py Fixed #160: _read_started set to False on request 2016-07-12 14:40:19 -07:00
log.py Test runserver (#214) 2016-06-29 11:26:21 -07:00
message.py Add some more dict methods to Message 2016-06-17 12:50:25 +01:00
routing.py Add null consumer for websocket.receive too. 2016-07-06 12:10:17 -07:00
sessions.py improve @enforce_ordering to leverage a wait channel to avoid spinlocks (#144) 2016-05-12 10:38:06 -07:00
signals.py Add worker_ready signal 2016-07-22 21:51:28 -04:00
staticfiles.py Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
utils.py Docs/flake fixes 2016-05-25 17:52:53 -07:00
worker.py Fixed #148: Close database connections when consumers finish. 2016-07-12 15:01:19 -07:00