mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Spec tweaks
This commit is contained in:
parent
4ed1d73789
commit
46ea90e095
|
@ -2,10 +2,8 @@
|
||||||
Draft ASGI Spec
|
Draft ASGI Spec
|
||||||
===============
|
===============
|
||||||
|
|
||||||
**NOTE: This is still heavily in-progress, and should not even be
|
**NOTE: This is still in-progress, and may change substantially as development
|
||||||
considered draft yet. Even the name might change; this is being written
|
progresses.**
|
||||||
as development progresses.**
|
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
@ -287,7 +285,7 @@ A *channel layer* should provide an object with these attributes
|
||||||
|
|
||||||
* ``extensions``, a list of unicode string names indicating which
|
* ``extensions``, a list of unicode string names indicating which
|
||||||
extensions this layer provides, or empty if it supports none.
|
extensions this layer provides, or empty if it supports none.
|
||||||
The only valid extension name is ``groups``.
|
The only valid extension names are ``groups`` and ``statistics`.
|
||||||
|
|
||||||
A channel layer implementing the ``groups`` extension must also provide:
|
A channel layer implementing the ``groups`` extension must also provide:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user