hurl/integration/tests_ok/post_xml.hurl

15 lines
240 B
Plaintext
Raw Normal View History

2021-09-21 07:36:53 +03:00
# POST the following XML
# <?xml version="1.0"?>
# <drink>café</drink>
2020-08-27 10:07:46 +03:00
POST http://localhost:8000/post-xml
<?xml version="1.0"?>
<drink>café</drink>
2022-11-11 16:25:00 +03:00
HTTP 200
2020-08-27 10:07:46 +03:00
POST http://localhost:8000/post-xml-no-prolog
<drink>café</drink>
2022-11-11 16:25:00 +03:00
HTTP 200