2007-01-23 03:25:56 +01:00
|
|
|
<testcase>
|
2005-04-17 01:15:19 +02:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
{} list
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-08-07 14:42:23 +02:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
2007-01-23 03:25:56 +01:00
|
|
|
<data nocheck="1">
|
2001-08-07 14:42:23 +02:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
moo
|
|
|
|
</data>
|
|
|
|
<data2>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
foo
|
|
|
|
</data2>
|
|
|
|
<data3>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
hoo
|
|
|
|
</data3>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 22:25:39 +02:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-08-07 14:42:23 +02:00
|
|
|
<name>
|
|
|
|
multiple requests using {} in URL
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 10:08:38 +02:00
|
|
|
'%HOSTIP:%HTTPPORT/{18,180002,180003}'
|
2001-08-07 14:42:23 +02:00
|
|
|
</command>
|
2005-01-25 22:45:03 +01:00
|
|
|
</client>
|
2001-08-07 14:42:23 +02: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)
|
2004-09-08 10:08:38 +02:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2001-08-07 14:42:23 +02: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)
|
2004-09-08 10:08:38 +02:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2001-08-07 14:42:23 +02: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)
|
2004-09-08 10:08:38 +02:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
<stdout>
|
2004-09-08 10:08:38 +02:00
|
|
|
--_curl_--127.0.0.1:%HTTPPORT/18
|
2001-08-07 14:42:23 +02:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
moo
|
2004-09-08 10:08:38 +02:00
|
|
|
--_curl_--127.0.0.1:%HTTPPORT/180002
|
2001-08-07 14:42:23 +02:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
foo
|
2004-09-08 10:08:38 +02:00
|
|
|
--_curl_--127.0.0.1:%HTTPPORT/180003
|
2001-08-07 14:42:23 +02:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Funny-head: yesyes
|
2003-07-20 01:57:08 +02:00
|
|
|
Content-Length: 4
|
2001-08-07 14:42:23 +02:00
|
|
|
|
|
|
|
hoo
|
|
|
|
</stdout>
|
|
|
|
</verify>
|
2007-01-23 03:25:56 +01:00
|
|
|
</testcase>
|