mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Note in ASGI about query path
This commit is contained in:
parent
69f6791a15
commit
d8ae2784d8
|
@ -527,7 +527,9 @@ Keys:
|
|||
and UTF8 byte sequences decoded into characters.
|
||||
|
||||
* ``query_string``: Unicode string URL portion after the ``?``, already
|
||||
url-decoded, like ``path``. Optional, default is ``""``.
|
||||
url-decoded, like ``path``. Optional, default is ``""``. ``+`` characters in
|
||||
this portion should be interpreted by the application to be literal pluses,
|
||||
not spaces.
|
||||
|
||||
* ``root_path``: Unicode string that indicates the root path this application
|
||||
is mounted at; same as ``SCRIPT_NAME`` in WSGI. Optional, defaults
|
||||
|
|
Loading…
Reference in New Issue
Block a user