Skip to content

Commit

Permalink
Improve wording on 'WSGI Compatibility' section (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed May 22, 2022
1 parent 67b2e81 commit 6b1222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/www.rst
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ WSGI's ``environ`` variable to the ``http`` scope:

* ``REQUEST_METHOD`` is the ``method``
* ``SCRIPT_NAME`` is ``root_path``
* ``PATH_INFO`` can be derived from ``path`` and ``root_path``
* ``PATH_INFO`` can be derived by stripping ``root_path`` from ``path``
* ``QUERY_STRING`` is ``query_string``
* ``CONTENT_TYPE`` can be extracted from ``headers``
* ``CONTENT_LENGTH`` can be extracted from ``headers``
Expand Down

0 comments on commit 6b1222a

Please sign in to comment.