quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test4 (1109B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 HTTP added headers
      7 HTTP replaced headers
      8 </keywords>
      9 </info>
     10 #
     11 # Server-side
     12 <reply>
     13 <data>
     14 HTTP/1.1 200 OK
     15 Date: Tue, 09 Nov 2010 14:49:00 GMT
     16 Server: test-server/fake swsclose
     17 Content-Type: text/html
     18 Funny-head: yesyes
     19 
     20 </data>
     21 </reply>
     22 
     23 #
     24 # Client-side
     25 <client>
     26 <server>
     27 http
     28 </server>
     29 <name>
     30 Replaced 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/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
     34 </command>
     35 </client>
     36 
     37 #
     38 # Verify data after the test has been "shot"
     39 <verify>
     40 <protocol>
     41 GET /%TESTNUMBER HTTP/1.1
     42 Host: %HOSTIP:%HTTPPORT
     43 User-Agent: curl/%VERSION
     44 extra-header: here
     45 Accept: replaced
     46 X-Custom-Header:
     47 X-Test: foo; 
     48 X-Test2: foo;
     49 
     50 GET /%TESTNUMBER HTTP/1.1
     51 Host: %HOSTIP:%HTTPPORT
     52 User-Agent: curl/%VERSION
     53 extra-header: here
     54 Accept: replaced
     55 X-Custom-Header:
     56 X-Test: foo; 
     57 X-Test2: foo;
     58 
     59 </protocol>
     60 </verify>
     61 </testcase>