tweak readme more

This commit is contained in:
Nathan LaFreniere 2013-10-09 11:37:05 -07:00
parent 2c12fd99f9
commit 9034546b80

View File

@ -233,18 +233,21 @@ If the port is omitted, then port 80 is assumed.
$ http :/foo $ http :/foo
.. code-block:: http .. code-block:: http
GET /foo GET /foo HTTP/1.1
Host: localhost Host: localhost
.. code-block:: bash .. code-block:: bash
$ http :3000/bar $ http :3000/bar
.. code-block:: http .. code-block:: http
GET /bar GET /bar HTTP/1.1
Host: localhost:3000 Host: localhost:3000
If find yourself manually constructing URLs with **querystring parameters** If find yourself manually constructing URLs with **querystring parameters**