test1702 (1217B)
1 <testcase> 2 <info> 3 <keywords> 4 HTTP 5 HTTP HEAD 6 HTTP/2 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/fake 17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 18 ETag: "21025-dc7-39462498" 19 Accept-Ranges: bytes 20 Content-Length: 6 21 Connection: close 22 Content-Type: text/html 23 Funny-head: yesyes 24 25 </data> 26 </reply> 27 28 # 29 # Client-side 30 <client> 31 <features> 32 h2c 33 </features> 34 <server> 35 http/2 36 </server> 37 <name> 38 HTTP/2 HEAD with Upgrade: 39 </name> 40 <command> 41 http://%HOSTIP:%HTTP2PORT/%TESTNUMBER --http2 --head 42 </command> 43 </client> 44 45 # 46 # Verify data after the test has been "shot" 47 <verify> 48 <strip> 49 ^X-Forwarded-Proto:.* 50 ^Via:.* 51 </strip> 52 <protocol> 53 HEAD /%TESTNUMBER HTTP/1.1 54 Host: %HOSTIP:%HTTP2PORT 55 User-Agent: curl/%VERSION 56 Accept: */* 57 58 </protocol> 59 <stdout> 60 HTTP/1.1 101 Switching Protocols 61 Connection: Upgrade 62 Upgrade: h2c 63 64 HTTP/2 200 65 date: Tue, 09 Nov 2010 14:49:00 GMT 66 last-modified: Tue, 13 Jun 2000 12:10:00 GMT 67 etag: "21025-dc7-39462498" 68 accept-ranges: bytes 69 content-length: 6 70 content-type: text/html 71 funny-head: yesyes 72 via: 1.1 nghttpx 73 74 </stdout> 75 <stripfile> 76 s/^server: nghttpx.*\r?\n// 77 </stripfile> 78 </verify> 79 </testcase>