Michael Merickel
2012-08-23 29935be186eccee5dcd6ae595cf9790df7439177
fixed a comment below the prequest fix
1 files modified
2 ■■■ changed files
docs/narr/commandline.rst 2 ●●● patch | view | raw | blame | history
docs/narr/commandline.rst
@@ -463,7 +463,7 @@
   $ bin/prequest --header=Host:example.com development.ini /
Headers are added to the WSGI environment by converting them to their
CGI/WSGI equivalents (e.g. ``Host=example.com`` will insert the ``HTTP_HOST``
CGI/WSGI equivalents (e.g. ``Host:example.com`` will insert the ``HTTP_HOST``
header variable as the value ``example.com``).  Multiple ``--header`` options
can be supplied.  The special header value ``content-type`` sets the
``CONTENT_TYPE`` in the WSGI environment.