mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Update routing.rst
This commit is contained in:
parent
07d1551306
commit
15aa962cd7
|
@ -54,7 +54,7 @@ You can have multiple filters::
|
|||
Multiple filters are always combined with logical AND; that is, you need to
|
||||
match every filter to have the consumer called.
|
||||
|
||||
Filters can capture keyword arguments to be passed to your function or your class based consumers member function as a ``kwarg``::
|
||||
Filters can capture keyword arguments to be passed to your function or your class based consumer methods as a ``kwarg``::
|
||||
|
||||
route("websocket.connect", connect_blog, path=r'^/liveblog/(?P<slug>[^/]+)/stream/$')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user