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

GET/POST #1

Closed kron4eg closed 15 years ago

kron4eg commented 15 years ago

GET/POST calls overlap libwww-perl (debian/ubuntu systems) package

micha commented 15 years ago

How do you mean "overlap"?

kron4eg commented 15 years ago

I have libwww-perl package installed, which has at least two executables /usr/bin/GET and /usr/bin/POST, when you define your GET and POST, those old became overridden.

But аfter some reflection, I think this is not a big problem :) Please close issue if you think it's invalid.

micha commented 15 years ago

Oh yeah, I forgot about those. I've never used them, really. I'll leave the issue open for now and see what people think. Thanks!