2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-16 19:15:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
{} list
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-08-07 08:42:23 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2009-01-07 16:57:26 -05:00
|
|
|
<data nocheck="yes">
|
2001-08-07 08:42:23 -04:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
moo
|
|
|
|
</data>
|
|
|
|
<data2>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
foo
|
|
|
|
</data2>
|
|
|
|
<data3>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
hoo
|
|
|
|
</data3>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-08-07 08:42:23 -04:00
|
|
|
<name>
|
|
|
|
multiple requests using {} in URL
|
|
|
|
</name>
|
|
|
|
<command>
|
2007-09-18 16:41:20 -04:00
|
|
|
"%HOSTIP:%HTTPPORT/{18,180002,180003}"
|
2001-08-07 08:42:23 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /18 HTTP/1.1
|
|
|
|
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
GET /180002 HTTP/1.1
|
|
|
|
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
GET /180003 HTTP/1.1
|
|
|
|
User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled)
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
<stdout>
|
2007-09-14 15:32:31 -04:00
|
|
|
--_curl_--%HOSTIP:%HTTPPORT/18
|
2001-08-07 08:42:23 -04:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
moo
|
2007-09-14 15:32:31 -04:00
|
|
|
--_curl_--%HOSTIP:%HTTPPORT/180002
|
2001-08-07 08:42:23 -04:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
foo
|
2007-09-14 15:32:31 -04:00
|
|
|
--_curl_--%HOSTIP:%HTTPPORT/180003
|
2001-08-07 08:42:23 -04:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2001-08-07 08:42:23 -04:00
|
|
|
|
|
|
|
hoo
|
|
|
|
</stdout>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|