From 7dbceafc01c2eb6d4905698cef99aa7da7bd11d8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 23 May 2020 13:34:59 +0200 Subject: [PATCH] Add docs for the `https` command alias --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index da7d6570..ba2829f5 100644 --- a/README.rst +++ b/README.rst @@ -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 ----------------------