1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2016-03-17 15:00:50 +08:00
parent 7c68d87c10
commit 001bda1945
+4 -3
View File
@@ -838,8 +838,9 @@ Print request and response headers:
Viewing Intermediary Requests/Responses
---------------------------------------
To see any intermediary requests/responses together with the final one,
use the ``--all`` option. Intermediary requests include followed redirects
To see *all* the HTTP communication, i.e. the final request/resposne as
well as any possible intermediary requests/responses, use the **``--all``**
option. The intermediary HTTP communication include followed redirects
(with ``--follow``), the first unauthorized request when HTTP digest
authentication is used (``--auth=digest``), etc.
@@ -851,7 +852,7 @@ authentication is used (``--auth=digest``), etc.
The intermediary requests/response are by default formatted according to
``--print, -p`` (and its shortcuts described above). If you'd like to change
that, use the ``--print-others, -P`` option. It takes the same
that, use the **``--print-others, -P``** option. It takes the same
arguments as ``--print, -p`` but applies to the intermediary requests only.