1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

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
.. 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**