Merge pull request #533 from kigawas/patch-1

Update README.rst
This commit is contained in:
Jakub Roztočil 2016-10-28 18:11:55 +02:00 committed by GitHub
commit 0913e8b2ef

View File

@ -304,7 +304,7 @@ If the port is omitted, then port 80 is assumed.
If you find yourself manually constructing URLs with **querystring parameters** If you find yourself manually constructing URLs with **querystring parameters**
on the terminal, you may appreciate the ``param==value`` syntax for appending on the terminal, you may appreciate the ``param==value`` syntax for appending
URL parameters. With that, you don't have to worry about escaping the ``&`` URL parameters. With that, you don't have to worry about escaping the ``&``
separators for you shell. Also, special characters in parameter values, separators for your shell. Also, special characters in parameter values,
will also automatically escaped (HTTPie otherwise expects the URL to be will also automatically escaped (HTTPie otherwise expects the URL to be
already escaped). To search for ``HTTPie logo`` on Google Images you could use already escaped). To search for ``HTTPie logo`` on Google Images you could use
this command: this command: