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 some HTTPie options like --print? #35

Open
borekb opened this issue Dec 14, 2020 · 3 comments
Open

Support some HTTPie options like --print? #35

borekb opened this issue Dec 14, 2020 · 3 comments

Comments

@borekb
Copy link

borekb commented Dec 14, 2020

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.

@rs
Copy link
Owner

rs commented Dec 14, 2020

This is not implemented but it could be added.

@borekb
Copy link
Author

borekb commented Dec 14, 2020

Are there already examples of HTTPie flags / options that curlie supports, or would this be the first?

@rs
Copy link
Owner

rs commented Dec 14, 2020

That would be the first, but there is already the --curl option that is a non curl (and non httpie) flag.

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

No branches or pull requests

2 participants