dcb9/curl2httpie

curl → httpie not working with json payload

maelvls opened this issue · 0 comments

curl --request "POST" --header "Content-Type: application/json" --data "{\"foo\":\"bar\"}" 'https://httpbin.org/anything'

won't translate into an http command.