bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.55k stars 363 forks source link

Curl \ (Newline) doesn´t work by default #248

Closed fuuddanni closed 6 years ago

fuuddanni commented 6 years ago

Sometimes i need a \n Newline for long input with Curl. By default it is not enable and i didn´t find a config file for Curl. How do i solve this? Thx for advice.

Example: $ curl localhost/user/password/reset.json \ -d "token=&password=x&password-confirm=x" {"message":"Password was updated successfully.","code":200,"result":true}

fuuddanni commented 6 years ago

Seems not being maintained anymore.