Update WSGI URL path to match HTTP

This commit is contained in:
Andrew Godwin 2016-04-27 16:27:33 +01:00
parent 7bc35f1842
commit 6b0845ef22

View File

@ -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.