xref: /curl/tests/data/test1280 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4globbing
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<data>
12HTTP/1.1 200 OK
13Date: Tue, 09 Nov 2010 14:49:00 GMT
14Content-Length: 6
15Connection: close
16
17bytes
18</data>
19</reply>
20
21# Client-side
22<client>
23<server>
24http
25</server>
26<name>
27simple [a-d] globbing
28</name>
29<command>
30http://%HOSTIP:%HTTPPORT/[a-d]/%TESTNUMBER
31</command>
32</client>
33
34# Verify data after the test has been "shot"
35<verify>
36<protocol>
37GET /a/%TESTNUMBER HTTP/1.1
38Host: %HOSTIP:%HTTPPORT
39User-Agent: curl/%VERSION
40Accept: */*
41
42GET /b/%TESTNUMBER HTTP/1.1
43Host: %HOSTIP:%HTTPPORT
44User-Agent: curl/%VERSION
45Accept: */*
46
47GET /c/%TESTNUMBER HTTP/1.1
48Host: %HOSTIP:%HTTPPORT
49User-Agent: curl/%VERSION
50Accept: */*
51
52GET /d/%TESTNUMBER HTTP/1.1
53Host: %HOSTIP:%HTTPPORT
54User-Agent: curl/%VERSION
55Accept: */*
56
57</protocol>
58</verify>
59</testcase>
60