mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-20 01:11:40 +03:00
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
|
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
|