1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- globbing
- {} list
- </keywords>
- </info>
- # Server-side
- <reply>
- <data1>
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 15
- the number one
- </data1>
- <data2>
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 16
- two is nice too
- </data2>
- </reply>
- # Client-side
- <client>
- <server>
- http
- </server>
- <name>
- multiple requests using {}{} in the URL
- </name>
- <command>
- "%HOSTIP:%HTTPPORT/{1235,1235}{0001,0002}"
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <strip>
- ^User-Agent:.*
- </strip>
- <protocol>
- GET /12350001 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)
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- GET /12350002 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)
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- GET /12350001 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)
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- GET /12350002 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)
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- </protocol>
- <stdout>
- --_curl_--%HOSTIP:%HTTPPORT/12350001
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 15
- the number one
- --_curl_--%HOSTIP:%HTTPPORT/12350002
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 16
- two is nice too
- --_curl_--%HOSTIP:%HTTPPORT/12350001
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 15
- the number one
- --_curl_--%HOSTIP:%HTTPPORT/12350002
- HTTP/1.1 200 OK
- Funny-head: yesyes
- Content-Length: 16
- two is nice too
- </stdout>
- </verify>
- </testcase>
|