Command-line REST client for making HTTP requests in shell pipelines
Command-line REST client that can be used in pipelines
resty$ resty http://api.example.com/users | GET /1$ resty http://api.example.com && POST /users '{"name":"John"}'$ echo '{"key":"value"}' | resty http://api.example.com/data POST