daphne/channels
Krukov D 5464cba742 Iimprovements for test client (#352)
* Json encoding only for not string text at HttpClient

* Decode received content if possible

* Check that content received

* Using json kwarg at receive method to decode message text content

* Wrap decorator function at channel_session_user_from_http

* Cleanup

* Arbitrary indent. sorry
2016-09-12 11:28:12 +01:00
..
binding Inbound tests (#351) 2016-09-12 11:27:42 +01:00
generic Move the groups at class definition (#321) 2016-08-26 12:12:14 -07:00
management Too many threads bug in threaded worker. (#334) 2016-09-02 08:02:29 -07:00
tests Iimprovements for test client (#352) 2016-09-12 11:28:12 +01:00
__init__.py Releasing version 0.17.2 2016-08-04 16:55:43 -07: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 Iimprovements for test client (#352) 2016-09-12 11:28:12 +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 #309: Missed a double decode for header coalescing 2016-08-23 20:10:15 -07:00
log.py Show daphne server logs in runserver 2016-08-05 22:17:59 -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 Run workers in threads. (#322) 2016-08-31 21:26:03 -07:00
staticfiles.py Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
utils.py Naming consumers that are classmethods (#324) 2016-08-29 10:37:09 -07:00
worker.py Run workers in threads. (#322) 2016-08-31 21:26:03 -07:00