mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
15 lines
240 B
XML
15 lines
240 B
XML
# POST the following XML
|
|
# <?xml version="1.0"?>
|
|
# <drink>café</drink>
|
|
POST http://localhost:8000/post-xml
|
|
<?xml version="1.0"?>
|
|
<drink>café</drink>
|
|
|
|
HTTP 200
|
|
|
|
|
|
POST http://localhost:8000/post-xml-no-prolog
|
|
<drink>café</drink>
|
|
|
|
HTTP 200
|