hurl/integration/tests/post_xml.hurl

12 lines
176 B
Plaintext
Raw Normal View History

2020-08-27 10:07:46 +03:00
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