curl 'http://localhost:8000/post-xml' -H 'Content-Type: application/xml' --data $'\ncafé' curl 'http://localhost:8000/post-xml-no-prolog' -H 'Content-Type: application/xml' --data 'café'