mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
48 lines
807 B
Plaintext
48 lines
807 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
HTTP
|
||
|
HTTP GET
|
||
|
--write-out
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
<data nocheck="yes">
|
||
|
HTTP/1.1 200 OK
|
||
|
Content-Length: 3
|
||
|
Connection: close
|
||
|
|
||
|
hi
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
http
|
||
|
</server>
|
||
|
<name>
|
||
|
--write-out with %{onerror} and %{urlnum} to stderr
|
||
|
</name>
|
||
|
<command>
|
||
|
http://%HOSTIP:%NOLISTENPORT/we/want/our/1188 http://%HOSTIP:%HTTPPORT/we/want/our/1188 -w '%{onerror}%{stderr}%{urlnum} says %{exitcode} %{errormsg}\n' -s
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<protocol>
|
||
|
GET /we/want/our/1188 HTTP/1.1
|
||
|
Host: %HOSTIP:%HTTPPORT
|
||
|
User-Agent: curl/%VERSION
|
||
|
Accept: */*
|
||
|
|
||
|
</protocol>
|
||
|
<stderr mode="text">
|
||
|
0 says 7 Failed to connect to %HOSTIP port %NOLISTENPORT: Connection refused
|
||
|
</stderr>
|
||
|
</verify>
|
||
|
</testcase>
|