quickjs-tart

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

test1150 (1058B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 HTTP proxy
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 
     12 # this is returned when we get a GET!
     13 <data>
     14 HTTP/1.1 200 OK
     15 Date: Tue, 09 Nov 2010 14:49:00 GMT
     16 Content-Length: 7
     17 Content-Type: text/html
     18 Funny-head: yesyes
     19 
     20 daniel
     21 </data>
     22 </reply>
     23 
     24 # Client-side
     25 <client>
     26 <server>
     27 http
     28 </server>
     29 <name>
     30 HTTP proxy with URLs using different ports
     31 </name>
     32 <command>
     33 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.example.com.%TESTNUMBER:150/path http://test.remote.example.com.%TESTNUMBER:1234/path/
     34 </command>
     35 <features>
     36 proxy
     37 </features>
     38 </client>
     39 
     40 # Verify data after the test has been "shot"
     41 <verify>
     42 <protocol>
     43 GET http://test.remote.example.com.%TESTNUMBER:150/path HTTP/1.1
     44 Host: test.remote.example.com.%TESTNUMBER:150
     45 User-Agent: curl/%VERSION
     46 Accept: */*
     47 Proxy-Connection: Keep-Alive
     48 
     49 GET http://test.remote.example.com.%TESTNUMBER:1234/path/ HTTP/1.1
     50 Host: test.remote.example.com.%TESTNUMBER:1234
     51 User-Agent: curl/%VERSION
     52 Accept: */*
     53 Proxy-Connection: Keep-Alive
     54 
     55 </protocol>
     56 </verify>
     57 </testcase>