You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In curl, it's surprisingly difficult to output some things, like request & response headers without the TLS negotiation (see e.g. here).
HTTPie has a useful -p / --print flag, I realize that curlie is just a frontend for curl so this is probably out of scope but I wanted to ask what you think about it, or if there are other tricks of how to take the already grayed out text of the -v / --verbose option and remove it completely.
The text was updated successfully, but these errors were encountered:
In curl, it's surprisingly difficult to output some things, like request & response headers without the TLS negotiation (see e.g. here).
HTTPie has a useful
-p / --print
flag, I realize that curlie is just a frontend for curl so this is probably out of scope but I wanted to ask what you think about it, or if there are other tricks of how to take the already grayed out text of the-v / --verbose
option and remove it completely.The text was updated successfully, but these errors were encountered: