forked from extern/httpie-cli
tweak readme more
This commit is contained in:
parent
70eb97dece
commit
2c12fd99f9
@ -235,7 +235,8 @@ If the port is omitted, then port 80 is assumed.
|
||||
|
||||
.. code-block:: http
|
||||
|
||||
GET http://localhost/foo
|
||||
GET /foo
|
||||
Host: localhost
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
@ -243,7 +244,8 @@ If the port is omitted, then port 80 is assumed.
|
||||
|
||||
.. 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
|
||||
|
Loading…
Reference in New Issue
Block a user