1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP added headers
7HTTP replaced headers
8</keywords>
9</info>
10#
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Date: Thu, 09 Nov 2010 14:49:00 GMT
16Server: test-server/fake swsclose
17Content-Type: text/html
18Funny-head: yesyes
19
20</data>
21</reply>
22
23#
24# Client-side
25<client>
26<server>
27http
28</server>
29 <name>
30Replaced internal and added custom HTTP headers
31 </name>
32 <command>
33 -H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:" -H "X-Test2: foo;" -H "X-Test3:  " -H "X-Test4;  " -H "X-Test5;ignored" http://%HOSTIP:%HTTPPORT/4
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>
44GET /4 HTTP/1.1
45Host: %HOSTIP:%HTTPPORT
46extra-header: here
47Accept: replaced
48X-Custom-Header:
49X-Test: foo; 
50X-Test2: foo;
51
52</protocol>
53</verify>
54</testcase>
55