mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02: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
|
||||
|
||||
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``
|
||||
@ -327,6 +320,16 @@ If the port is omitted, then port 80 is assumed.
|
||||
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
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user