Annotation of embedaddon/curl/tests/data/test263, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: HTTP
                      5: HTTP GET
                      6: IPv6
                      7: HTTP proxy
                      8: </keywords>
                      9: </info>
                     10: #
                     11: # Server-side
                     12: <reply>
                     13: <data>
                     14: HTTP/1.1 200 OK
                     15: Date: Thu, 09 Nov 2010 14:49:00 GMT
                     16: Content-Length: 6
                     17: Content-Type: text/html
                     18: 
                     19: hello
                     20: </data>
                     21: </reply>
                     22: 
                     23: #
                     24: # Client-side
                     25: <client>
                     26: <features>
                     27: ipv6
                     28: proxy
                     29: </features>
                     30: <server>
                     31: http-ipv6
                     32: </server>
                     33:  <name>
                     34: HTTP-IPv6 GET with proxy specified using IPv6-numerical address
                     35:  </name>
                     36:  <command>
                     37: -g -x "http://%HOST6IP:%HTTP6PORT" http://veryveryremotesite.com/263
                     38: </command>
                     39: </client>
                     40: 
                     41: #
                     42: # Verify data after the test has been "shot"
                     43: <verify>
                     44: <strip>
                     45: ^User-Agent:
                     46: </strip>
                     47: <protocol>
                     48: GET http://veryveryremotesite.com/263 HTTP/1.1
                     49: Host: veryveryremotesite.com
                     50: Accept: */*
                     51: Proxy-Connection: Keep-Alive
                     52: 
                     53: </protocol>
                     54: </verify>
                     55: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>