quickjs-tart

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

test719 (912B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 SOCKS5
      7 SOCKS5h
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Server-side
     13 <reply>
     14 <data>
     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 IPv6
     35 proxy
     36 </features>
     37 <server>
     38 http
     39 socks5
     40 </server>
     41 <name>
     42 HTTP GET with IPv6 numerical via SOCKS5h
     43 </name>
     44 <command>
     45 http://[2200::33]:%HTTPPORT/%TESTNUMBER --proxy socks5h://%HOSTIP:%SOCKSPORT
     46 </command>
     47 </client>
     48 
     49 #
     50 # Verify data after the test has been "shot"
     51 <verify>
     52 <protocol>
     53 GET /%TESTNUMBER HTTP/1.1
     54 Host: [2200::33]:%HTTPPORT
     55 User-Agent: curl/%VERSION
     56 Accept: */*
     57 
     58 </protocol>
     59 <socks>
     60 atyp 4 => 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 33
     61 </socks>
     62 </verify>
     63 </testcase>