Closed buaazp closed 8 years ago
In some cases, we need display parts of req & resp info. Like req's HEADER and resp's BODY: We can use -print=Hb to get these. Or req's BODY and resp's HEADER: Use -print=Bh. While -print=A is still supported.
-print=Hb
-print=Bh
-print=A
looks more clear now. great
In some cases, we need display parts of req & resp info. Like req's HEADER and resp's BODY: We can use
-print=Hb
to get these. Or req's BODY and resp's HEADER: Use-print=Bh
. While-print=A
is still supported.