A simple PHP cURL tool to test APIs, RESTful services and what-not.
- git clone http://github.com/aletzo/curlit.git curlit
- cd curlit
- php -S localhost:9000
You can use the first textarea to optionally send some request headers. E.g.
Content-Type: application/json
or
Authorization: Basic BASE64(username:password)