micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Resty adding \n@- to POST body #19

Closed gudmundur closed 13 years ago

gudmundur commented 13 years ago

Just installed resty on my laptop and when I try using POST it always appends \n@- to the body. This of course results in some nasty deserialization errors. Any ideas on what it might be?

micha commented 13 years ago

That was a bug. It should be fixed now. Try v1.6 and see if that works for you. Thanks!

gudmundur commented 13 years ago

Thanks to you too! I can keep on using resty now. :) Yay.