]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test192
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test192
1 <testcase>
2 #
3 # Server-side
4 <reply>
5 <data nocheck="yes">
6 HTTP/1.1 200 OK
7 Date: Thu, 09 Nov 2010 14:49:00 GMT
8 Content-Length: 8
9 Connection: close
10
11 monster
12 </data>
13 </reply>
14
15 #
16 # Client-side
17 <client>
18 <server>
19 http
20 </server>
21  <name>
22 HTTP GET -w num_connects with one simple connect
23  </name>
24  <command>
25 http://%HOSTIP:%HTTPPORT/192 -w "%{num_connects}\n"
26 </command>
27 </client>
28
29 #
30 # Verify data after the test has been "shot"
31 <verify>
32 <strip>
33 ^User-Agent:.*
34 </strip>
35 <protocol>
36 GET /192 HTTP/1.1\r
37 Host: %HOSTIP:%HTTPPORT\r
38 Accept: */*\r
39 \r
40 </protocol>
41
42 <stdout>
43 HTTP/1.1 200 OK
44 Date: Thu, 09 Nov 2010 14:49:00 GMT
45 Content-Length: 8
46 Connection: close
47
48 monster
49 1
50 </stdout>
51 </verify>
52 </testcase>