hurl/integration/tests_ok/post_xml.curl.ignore

3 lines
252 B
Plaintext
Raw Normal View History

2023-02-06 16:20:01 +03:00
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>'