From 64d636356581ff36eaa33948b6e04df818b38cf9 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 7 Dec 2016 05:59:27 +0100 Subject: [PATCH] Docs --- README.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 138c9da1..7b386987 100644 --- a/README.rst +++ b/README.rst @@ -278,13 +278,6 @@ this command: GET /?search=HTTPie+logo&tbm=isch HTTP/1.1 -You can use the ``--default-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 `` option to create +shortcuts for other protocols than HTTP: + +.. code-block:: bash + + $ alias https='http --default-scheme=https' + Request items =============