<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP GET
SOCKS5
</keywords>
</info>

# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Content-Length: 6
Connection: close

-foo-
</data>

<datacheck>
-foo-
</datacheck>
<servercmd>
method 2
user silly
password person
nmethods_min 1
nmethods_max 1
</servercmd>
</reply>

# Client-side
<client>
<features>
proxy
</features>
<server>
http
socks5
</server>
<tool>
lib%TESTNUMBER
</tool>
<name>
SOCKS5 CURLAUTH_ONLY does not offer the no authentication method
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER %HOSTIP:%SOCKSPORT
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<protocol crlf="headers">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
</verify>
</testcase>
