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 =============