hurl/integration/tests_ok/post_xml.curl.ignore
2023-02-06 16:35:21 +01:00

3 lines
252 B
XML

curl 'http://localhost:8000/post-xml' --header 'Content-Type: application/xml' --data $'<?xml version="1.0"?>\n<drink>café</drink>'
curl 'http://localhost:8000/post-xml-no-prolog' --header 'Content-Type: application/xml' --data '<drink>café</drink>'