diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply')
-rw-r--r-- | tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply new file mode 100644 index 0000000..7ae6951 --- /dev/null +++ b/tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply @@ -0,0 +1,3 @@ +HTTP/1.0 200 OK +Connection: close +Content-type: text/html; charset=UTF-8 |