quickjs-tart

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

test1252 (769B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP proxy
      6 NO_PROXY
      7 noproxy
      8 </keywords>
      9 </info>
     10 
     11 # Server-side
     12 <reply>
     13 <data>
     14 HTTP/1.1 200 OK
     15 Date: Tue, 09 Nov 2010 14:49:00 GMT
     16 Server: test-server/fake
     17 Content-Length: 4
     18 Content-Type: text/html
     19 
     20 foo
     21 </data>
     22 </reply>
     23 
     24 # Client-side
     25 <client>
     26 <features>
     27 proxy
     28 </features>
     29 <server>
     30 http
     31 </server>
     32 <name>
     33 --proxy, override NO_PROXY by --noproxy and access target URL directly
     34 </name>
     35 <setenv>
     36 NO_PROXY=example.com
     37 </setenv>
     38 <command>
     39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --noproxy %HOSTIP
     40 </command>
     41 </client>
     42 
     43 # Verify data after the test has been "shot"
     44 <verify>
     45 <protocol>
     46 GET /%TESTNUMBER HTTP/1.1
     47 Host: %HOSTIP:%HTTPPORT
     48 User-Agent: curl/%VERSION
     49 Accept: */*
     50 
     51 </protocol>
     52 </verify>
     53 </testcase>