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:
parent
2c12fd99f9
commit
9034546b80
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user