daphne/daphne
niekas 231bfb7c4e Allow to accept websocket extensions
Also accept `permessage-deflate`, `permessage-bzip2` and `permessage-snappy`
compression extensions by default if client requests for them.
Compression/decompression of the messages is taken care of by `autobahn`
package.
2020-09-14 14:00:09 +03:00
..
twisted/plugins Fix import ordering 2017-11-28 18:03:29 -08:00
__init__.py Releasing 2.5.0 2020-04-15 20:26:53 +02:00
access.py Implement Black code formatting 2018-08-27 12:29:57 +10:00
cli.py Support ASGI3 (#255) 2019-04-09 11:36:18 +02:00
endpoints.py Fix deprecated regex escape sequence. (#266) 2019-06-17 10:21:24 +02:00
http_protocol.py Added support for raw_path in scope. (#268) 2019-07-03 20:22:03 +02:00
server.py Allow to accept websocket extensions 2020-09-14 14:00:09 +03:00
testing.py Fixed race-condition with TestApplication pickle file. 2020-04-15 20:07:11 +02:00
utils.py Implement Black code formatting 2018-08-27 12:29:57 +10:00
ws_protocol.py Allow to accept websocket extensions 2020-09-14 14:00:09 +03:00