quickjs-tart

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

test368 (595B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 Range
      7 </keywords>
      8 </info>
      9 
     10 #
     11 # Server-side
     12 <reply>
     13 <data>
     14 HTTP/1.1 200 OK
     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 Append dash if -r range specified without one
     31 </name>
     32 <command>
     33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -r 4
     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 Range: bytes=4-
     44 User-Agent: curl/%VERSION
     45 Accept: */*
     46 
     47 </protocol>
     48 </verify>
     49 </testcase>