curlify icon indicating copy to clipboard operation
curlify copied to clipboard

include kwarg which accepts a string to separate `-H k: v` pairs

Open gaucheph opened this issue 6 years ago • 2 comments

main use case for this is for requests which have very long headers or a lot of them such that the curlified request, in its one-liner form, can be difficult to parse

gaucheph avatar Jan 31 '20 05:01 gaucheph

Thanks! I think a better API would be to introduce a flag pretty=True|False to pretty print curl command when each part is on separate line

ofw avatar May 21 '20 10:05 ofw