quickjs-tart

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

test66 (516B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 HTTP/0.9
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 <data>
     12 no headers swsclose
     13 </data>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 http
     20 </server>
     21 <name>
     22 HTTP GET without headers in the response
     23 </name>
     24 <command>
     25 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http0.9
     26 </command>
     27 </client>
     28 
     29 #
     30 # Verify data after the test has been "shot"
     31 <verify>
     32 <protocol>
     33 GET /%TESTNUMBER HTTP/1.1
     34 Host: %HOSTIP:%HTTPPORT
     35 User-Agent: curl/%VERSION
     36 Accept: */*
     37 
     38 </protocol>
     39 </verify>
     40 </testcase>