1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6unix sockets 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> 22unix-sockets 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/1435 32</command> 33</client> 34 35<verify> 36<strip> 37^User-Agent:.* 38</strip> 39<protocol> 40GET /1435 HTTP/1.1 41Host: server-interpreted.example.com 42Accept: */* 43 44</protocol> 45</verify> 46</testcase> 47