From d8ae2784d86771737213fc8e1a5620032d09bc7a Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 21 Jun 2016 08:22:57 -0700 Subject: [PATCH] Note in ASGI about query path --- docs/asgi.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index 54d82f3..234b359 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -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