mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
15 lines
248 B
XML
15 lines
248 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/1.0 200
|
|
|
|
|
|
POST http://localhost:8000/post-xml-no-prolog
|
|
<drink>café</drink>
|
|
|
|
HTTP/1.0 200
|