Skip to content

Commit

Permalink
tweak readme more
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Oct 9, 2013
1 parent 70eb97d commit 2c12fd9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Expand Up @@ -235,15 +235,17 @@ If the port is omitted, then port 80 is assumed.
.. code-block:: http
GET http://localhost/foo
GET /foo
Host: localhost
.. code-block:: bash
$ http :3000/bar
.. code-block:: http
GET http://localhost:3000/bar
GET /bar
Host: localhost:3000
If find yourself manually constructing URLs with **querystring parameters**
on the terminal, you may appreciate the ``param==value`` syntax for appending
Expand Down

0 comments on commit 2c12fd9

Please sign in to comment.