mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Update WSGI URL path to match HTTP
This commit is contained in:
parent
7bc35f1842
commit
6b0845ef22
|
@ -652,7 +652,7 @@ Keys:
|
|||
* ``scheme``: Unicode string URL scheme portion (likely ``ws`` or ``wss``).
|
||||
Optional (but must not be empty), default is ``ws``.
|
||||
|
||||
* ``path``: Byte string HTTP path from URL.
|
||||
* ``path``: Unicode HTTP path from URL, already urldecoded.
|
||||
|
||||
* ``query_string``: Byte string URL portion after the ``?``. Optional, default
|
||||
is empty string.
|
||||
|
|
Loading…
Reference in New Issue
Block a user