curlify
curlify copied to clipboard
include kwarg which accepts a string to separate `-H k: v` pairs
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
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