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 2c12fd9 commit 9034546
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Expand Up @@ -233,18 +233,21 @@ If the port is omitted, then port 80 is assumed.
$ http :/foo
.. code-block:: http
GET /foo
GET /foo HTTP/1.1
Host: localhost
.. code-block:: bash
$ http :3000/bar
.. code-block:: http
GET /bar
GET /bar HTTP/1.1
Host: localhost:3000
If find yourself manually constructing URLs with **querystring parameters**
Expand Down

0 comments on commit 9034546

Please sign in to comment.