====== curl ====== ===== per POST XML an eine REST-API geben ===== echo 'Some content.' | \ curl -vv --request POST --header 'Content-type: text/xml' --data @- http://example.com/restapi ([[http://snippets.dzone.com/posts/show/181|Quelle]])