hurl/integration/tests_ok/post_xml.json
2022-04-01 14:43:11 +02:00

1 line
386 B
JSON

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