Add docs for the https command alias

This commit is contained in:
Jakub Roztocil 2020-05-23 13:34:59 +02:00
parent d62d6a77d1
commit 7dbceafc01

View File

@ -305,9 +305,14 @@ Request URL
===========
The only information HTTPie needs to perform a request is a URL.
The default scheme is, somewhat unsurprisingly, ``http://``,
and can be omitted from the argument ``http example.org`` works just fine.
HTTPie also installs an ``https`` executable, where the default
scheme is ``https://``: ``https example.org`` (that is the only difference
between the ``http`` and ``https`` commands).
Querystring parameters
----------------------