quickjs-tart

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

test15 (814B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 --write-out
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 <data nocheck="yes">
     12 HTTP/1.1 200 OK
     13 Fake: yes
     14 Fake: yes
     15 Fake: yes
     16 Content-Length: 26
     17 
     18 Repeated nonsense-headers
     19 </data>
     20 </reply>
     21 
     22 # Client-side
     23 <client>
     24 <server>
     25 http
     26 </server>
     27 <name>
     28 --write-out test
     29 </name>
     30 <command>
     31 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER --write-out "%{url_effective} %{http_code} %{size_download}\n"
     32 </command>
     33 </client>
     34 
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 <stdout>
     38 HTTP/1.1 200 OK
     39 Fake: yes
     40 Fake: yes
     41 Fake: yes
     42 Content-Length: 26
     43 
     44 Repeated nonsense-headers
     45 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER 200 26
     46 </stdout>
     47 <protocol>
     48 GET /want/%TESTNUMBER HTTP/1.1
     49 Host: %HOSTIP:%HTTPPORT
     50 User-Agent: curl/%VERSION
     51 Accept: */*
     52 
     53 </protocol>
     54 </verify>
     55 </testcase>