kesto.de Cheatsheets

CURL

POST request with form data

curl -v -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" -X POST -d 'text=This+is+an+example.&language=en' "http://example.org/api/path"