derekkraan / curl_req

req to curl and back
https://hex.pm/packages/curl_req
MIT License
38 stars 2 forks source link

Multiline Curl commands #9

Closed kevinschweikert closed 1 week ago

kevinschweikert commented 1 week ago

This PR parses the URI from the rest of the OptionParser. This makes it more stable and reliable and supports newlines because they get filtered out

derekkraan commented 1 week ago

Looks great, thanks!