mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
2 lines
345 B
JSON
2 lines
345 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":{"status":200}},{"request":{"method":"POST","url":"http://localhost:8000/post-xml-no-prolog","body":{"type":"xml","value":"<drink>café</drink>"}},"response":{"status":200}}]}
|