hurl/integration/tests/post_xml.hurl
2020-08-27 16:44:57 +02:00

12 lines
176 B
XML

POST http://localhost:8000/post-xml
<?xml version="1.0"?>
<drink>café</drink>
HTTP/1.0 200
POST http://localhost:8000/post-xml-no-prolog
<drink>café</drink>
HTTP/1.0 200