curlconverter / curlconverter

Transpile curl commands into Python, JavaScript and 27 other languages
https://curlconverter.com
MIT License
7.17k stars 867 forks source link

Parse quotes and ;filename=, etc. in --form #594

Closed verhovsky closed 6 months ago

verhovsky commented 7 months ago

Fixes #217

https://curl.se/docs/manpage.html#-F

But there's more work to do to get it to match curl's logic more closely and to support ;type=, ;filename=, and ;headers= in every generator that can support it and warning when its used with any of the generators that don't.