mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 15:04:14 +03:00
12 lines
176 B
XML
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
|