We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl allows users to support cookie based sessions with the --cookie-jar and --cookie flags.
curl
--cookie-jar
--cookie
httpie has similar functionality with the --session flag.
httpie
--session
Are there any plans to add similar functionality with curlie?
curlie
If there is already a way to do this (since curlie is a wrapper around curl), I'm not seeing a way to do this in the docs.
The text was updated successfully, but these errors were encountered:
If curl supports it, curlie does as well. Curlie is just a wrapper.
Sorry, something went wrong.
That's what I suspected but I'm failing to see anywhere in the documentation about how to pass in curl args.
Just pass it, there is nothing special to do.
No branches or pull requests
curl
allows users to support cookie based sessions with the--cookie-jar
and--cookie
flags.httpie
has similar functionality with the--session
flag.Are there any plans to add similar functionality with
curlie
?If there is already a way to do this (since
curlie
is a wrapper aroundcurl
), I'm not seeing a way to do this in the docs.The text was updated successfully, but these errors were encountered: