hurl/integration/tests_ok/post_xml.json

2 lines
345 B
JSON
Raw Normal View History

2022-11-11 16:25:00 +03:00
{"entries":[{"request":{"method":"POST","url":"http://localhost:8000/post-xml","body":{"type":"xml","value":"<?xml version=\"1.0\"?>\n<drink>café</drink>"}},"response":{"status":200}},{"request":{"method":"POST","url":"http://localhost:8000/post-xml-no-prolog","body":{"type":"xml","value":"<drink>café</drink>"}},"response":{"status":200}}]}