test1473 (683B)
1 <testcase> 2 <info> 3 <keywords> 4 HTTP 5 HTTP GET 6 header line folding 7 </keywords> 8 </info> 9 10 # 11 # Server-side 12 <reply> 13 <data nocheck="yes"> 14 HTTP/1.1 200 OK 15 Date: Tue, 09 Nov 2010 14:49:00 GMT 16 Server: test-server/ 17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 18 ETag: "21025-dc7-39462498" 19 Content-Length: 6 20 21 -foo- 22 </data> 23 </reply> 24 25 # 26 # Client-side 27 <client> 28 <server> 29 http 30 </server> 31 <name> 32 first HTTP header starts with white space 33 </name> 34 <command> 35 http://%HOSTIP:%HTTPPORT/%TESTNUMBER 36 </command> 37 </client> 38 39 # 40 # Verify data after the test has been "shot" 41 <verify> 42 <protocol> 43 GET /%TESTNUMBER HTTP/1.1 44 Host: %HOSTIP:%HTTPPORT 45 User-Agent: curl/%VERSION 46 Accept: */* 47 48 </protocol> 49 </verify> 50 </testcase>