1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6CURLOPT_CURLU 7</keywords> 8</info> 9<reply> 10<data nocheck="yes"> 11HTTP/1.1 200 OK 12Date: Tue, 09 Nov 2010 14:49:00 GMT 13Server: test-server/fake 14Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 15ETag: "21025-dc7-39462498" 16Accept-Ranges: bytes 17Content-Length: 6 18Connection: close 19Content-Type: text/html 20Funny-head: yesyes 21 22-foo- 23</data> 24</reply> 25<client> 26<server> 27http 28</server> 29<tool> 30lib%TESTNUMBER 31</tool> 32<name> 33Pass URL to libcurl with CURLOPT_CURLU 34</name> 35<command> 36http://%HOSTIP:%HTTPPORT/%TESTNUMBER 37</command> 38</client> 39 40<verify> 41<protocol> 42GET /%TESTNUMBER HTTP/1.1 43Host: %HOSTIP:%HTTPPORT 44Accept: */* 45 46</protocol> 47</verify> 48 49</testcase> 50