Skip to content

Commit

Permalink
Note in ASGI about query path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Jun 21, 2016
1 parent 69f6791 commit d8ae278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/asgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8ae278

Please sign in to comment.