quickjs-tart

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

test1109 (599B)


      1 <testcase>
      2 # Test that the fragment is not send as part of the path.
      3 <info>
      4 <keywords>
      5 HTTP
      6 CURLOPT_URL
      7 </keywords>
      8 </info>
      9 
     10 # Server-side
     11 <reply>
     12 <data>
     13 HTTP/1.1 200 OK
     14 Content-Length: 6
     15 
     16 hello
     17 </data>
     18 </reply>
     19 
     20 # Client-side
     21 <client>
     22 <server>
     23 http
     24 </server>
     25 <name>
     26 HTTP GET with URL that contains fragment after the path
     27 </name>
     28 <command>
     29 http://%HOSTIP:%HTTPPORT/%TESTNUMBER#test
     30 </command>
     31 </client>
     32 
     33 
     34 # Verify data after the test has been "shot"
     35 <verify>
     36 <protocol>
     37 GET /%TESTNUMBER HTTP/1.1
     38 Host: %HOSTIP:%HTTPPORT
     39 User-Agent: curl/%VERSION
     40 Accept: */*
     41 
     42 </protocol>
     43 </verify>
     44 </testcase>