1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6UnixSockets 7</keywords> 8</info> 9 10<reply> 11<data> 12HTTP/1.1 200 OK 13Date: Sun, 16 Nov 2014 23:47:38 GMT 14Content-Length: 17 15 16Based on test300 17</data> 18</reply> 19 20<client> 21<features> 22UnixSockets 23</features> 24<server> 25http-unix 26</server> 27<name> 28simple HTTP GET over Unix socket 29</name> 30<command> 31--unix-socket %HTTPUNIXPATH http://server-interpreted.example.com/%TESTNUMBER 32</command> 33</client> 34 35<verify> 36<protocol> 37GET /%TESTNUMBER HTTP/1.1 38Host: server-interpreted.example.com 39User-Agent: curl/%VERSION 40Accept: */* 41 42</protocol> 43</verify> 44</testcase> 45