astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Support multi print params like '-print=HBhb' #42

Closed buaazp closed 8 years ago

buaazp commented 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.

astaxie commented 8 years ago

looks more clear now. great