]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test1333
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test1333
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 HTTP/1.1 200 OK
14 Date: Thu, 09 Nov 2010 14:49:00 GMT
15 Accept-Ranges: bytes
16 Content-Length: 6
17 Connection: close
18
19 -foo-
20 </data>
21 </reply>
22
23 #
24 # Client-side
25 <client>
26 <server>
27 http
28 </server>
29  <name>
30 HTTP POST zero length, chunked-encoded
31  </name>
32  <command>
33 -d "" --header "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/1333
34 </command>
35 </client>
36
37 #
38 # Verify data after the test has been "shot"
39 <verify>
40 <strip>
41 ^User-Agent:.*
42 </strip>
43 <protocol>
44 POST /1333 HTTP/1.1\r
45 Host: %HOSTIP:%HTTPPORT\r
46 Accept: */*\r
47 Transfer-Encoding: chunked\r
48 Content-Type: application/x-www-form-urlencoded\r
49 \r
50 0\r
51 \r
52 </protocol>
53 </verify>
54 </testcase>