1<testcase> 2<info> 3<keywords> 4cookies 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11<data crlf="yes"> 12HTTP/1.1 200 OK 13Date: Tue, 09 Nov 2010 14:49:00 GMT 14Server: test-server/fake 15Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 16ETag: "21025-dc7-39462498" 17Accept-Ranges: bytes 18Content-Length: 6 19Connection: close 20Content-Type: text/html 21Funny-head: yesyes 22 23-foo- 24</data> 25</reply> 26 27# 28# Client-side 29<client> 30<features> 31cookies 32proxy 33</features> 34<server> 35http 36</server> 37<tool> 38lib%TESTNUMBER 39</tool> 40<name> 41CURLOPT_COOKIELIST without expiry 42</name> 43<command> 44http://%HOSTIP:%HTTPPORT/%TESTNUMBER 45</command> 46</client> 47 48# 49# Verify data after the test has been "shot" 50<verify> 51<protocol crlf="yes"> 52GET http://localhost/ HTTP/1.1 53Host: localhost 54Accept: */* 55Proxy-Connection: Keep-Alive 56Cookie: c1=v1 57 58</protocol> 59</verify> 60</testcase> 61