Update --download doc

This commit is contained in:
Jakub Roztocil 2020-03-20 11:57:58 +01:00
parent 8d246415fd
commit 7340b2b64d

View File

@ -1386,6 +1386,8 @@ Other notes
* The ``--download`` option only changes how the response body is treated.
* You can still set custom headers, use sessions, ``--verbose, -v``, etc.
* ``--download`` always implies ``--follow`` (redirects are followed).
* ``--download`` also implies ``--check-status``
(error HTTP status will result in a non-zero exist static code).
* HTTPie exits with status code ``1`` (error) if the body hasn't been fully
downloaded.
* ``Accept-Encoding`` cannot be set with ``--download``.