Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 6, 2016
Merged

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

merged 1 commit into from
Jan 6, 2016

Conversation

buaazp
Copy link
Contributor

@buaazp buaazp commented Jan 6, 2016

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.

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 added a commit that referenced this pull request Jan 6, 2016
Support multi print params like '-print=HBhb'
@astaxie astaxie merged commit ec6b5e2 into astaxie:master Jan 6, 2016
@astaxie
Copy link
Owner

astaxie commented Jan 6, 2016

looks more clear now. great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants