mirror of
https://github.com/httpie/cli.git
synced 2025-02-10 14:49:20 +01: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
|
$ 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**
|
||||||
|
Loading…
Reference in New Issue
Block a user