-
Notifications
You must be signed in to change notification settings - Fork 522
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
Add option --very-verbose #499
Comments
It's a very important issue |
@hemedani To be clear about this option, we plan to this: Given this Hurl file:
The current output for
With
The current output for
It's fine for debugging (it will be outputted to stderr like other logs). If you want to parse Hurl output to print a custom output, maybe you can use |
it's nice |
Yes, we could also include the body in the JSON output.
By choosing only the base64 encoding (even for the utf8-encoded body), we could avoid specifying the encoding explicitly |
Be more verbose:
The text was updated successfully, but these errors were encountered: