mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 07:08:54 +01:00
Add docs for the https
command alias
This commit is contained in:
parent
d62d6a77d1
commit
7dbceafc01
@ -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
|
||||
----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user