mirror of
https://github.com/httpie/cli.git
synced 2025-01-26 07:19:13 +01:00
Docs
This commit is contained in:
parent
923b7acbe6
commit
64d6363565
17
README.rst
17
README.rst
@ -278,13 +278,6 @@ this command:
|
|||||||
|
|
||||||
GET /?search=HTTPie+logo&tbm=isch HTTP/1.1
|
GET /?search=HTTPie+logo&tbm=isch HTTP/1.1
|
||||||
|
|
||||||
You can use the ``--default-scheme <URL_SCHEME>`` option to create
|
|
||||||
shortcuts for other protocols than HTTP:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
|
|
||||||
$ alias https='http --default-scheme=https'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
URL shortcuts for ``localhost``
|
URL shortcuts for ``localhost``
|
||||||
@ -327,6 +320,16 @@ If the port is omitted, then port 80 is assumed.
|
|||||||
Host: localhost
|
Host: localhost
|
||||||
|
|
||||||
|
|
||||||
|
Custom default scheme
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
You can use the ``--default-scheme <URL_SCHEME>`` option to create
|
||||||
|
shortcuts for other protocols than HTTP:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ alias https='http --default-scheme=https'
|
||||||
|
|
||||||
|
|
||||||
Request items
|
Request items
|
||||||
=============
|
=============
|
||||||
|
Loading…
Reference in New Issue
Block a user