Note in ASGI about query path

This commit is contained in:
Andrew Godwin 2016-06-21 08:22:57 -07:00
parent 69f6791a15
commit d8ae2784d8

View File

@ -527,7 +527,9 @@ Keys:
and UTF8 byte sequences decoded into characters. and UTF8 byte sequences decoded into characters.
* ``query_string``: Unicode string URL portion after the ``?``, already * ``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 * ``root_path``: Unicode string that indicates the root path this application
is mounted at; same as ``SCRIPT_NAME`` in WSGI. Optional, defaults is mounted at; same as ``SCRIPT_NAME`` in WSGI. Optional, defaults