~ubuntu-branches/ubuntu/wily/libhtp/wily

« back to all changes in this revision

Viewing changes to test/files/60-request-cookies.t

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2014-04-02 19:02:35 UTC
  • mto: (10.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20140402190235-r6fdkd2h6uqwh4tf
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
>>>
 
2
GET / HTTP/1.0
 
3
Host: www.example.com
 
4
User-Agent: Mozilla
 
5
Cookie: =0; p=1; q=2; =; z=
 
6
 
 
7
 
 
8
<<<
 
9
HTTP/1.0 200 OK
 
10
Date: Mon, 31 Aug 2009 20:25:50 GMT
 
11
Server: Apache
 
12
Connection: close
 
13
Content-Type: text/html
 
14
Content-Length: 12
 
15
 
 
16
Hello World!
 
 
b'\\ No newline at end of file'