From 6b0845ef223bee6c199d0b69d7d09d9349ca0c3d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 27 Apr 2016 16:27:33 +0100 Subject: [PATCH] Update WSGI URL path to match HTTP --- docs/asgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index 4aef65c..b31136a 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -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.