quickjs-tart

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

test1670 (963B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 -w
      7 %header
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Server-side
     13 <reply>
     14 <data nocheck="yes">
     15 HTTP/1.1 200 OK
     16 Date: Tue, 09 Nov 2010 14:49:00 GMT
     17 Server: test-server/fake
     18 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
     19 ETag: "21025-dc7-39462498"
     20 Accept-Ranges: bytes
     21 Content-Length: 6
     22 Connection: close
     23 Content-Type: text/html
     24 Funny-head: yesyes
     25 
     26 -foo-
     27 </data>
     28 </reply>
     29 
     30 #
     31 # Client-side
     32 <client>
     33 <features>
     34 headers-api
     35 </features>
     36 <server>
     37 http
     38 </server>
     39 <name>
     40 -w individual header output
     41 </name>
     42 <command option="no-output">
     43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%header{etag} %header{nope} %header{DATE}\n' -o %LOGDIR/%TESTNUMBER.out
     44 </command>
     45 </client>
     46 
     47 #
     48 # Verify data after the test has been "shot"
     49 <verify>
     50 <protocol>
     51 GET /%TESTNUMBER HTTP/1.1
     52 Host: %HOSTIP:%HTTPPORT
     53 User-Agent: curl/%VERSION
     54 Accept: */*
     55 
     56 </protocol>
     57 <stdout mode="text">
     58 "21025-dc7-39462498"  Tue, 09 Nov 2010 14:49:00 GMT
     59 </stdout>
     60 </verify>
     61 </testcase>