Logs HTTP Protocol conversation
between Client and Server.
The output is written to the logfile.
Should only be used for debugging,
because logfile can get very large.
Sample output:
===========================================
CLIENT --> SERVER
GET http://www.google.de/ HTTP/1.1
Host: www.google.de
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1)
Gecko/20020913 Debian/1.1-1
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,
image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
Accept-Encoding: gzip, deflate, compress;q=0.9
Accept-Charset: ISO-8859-1, utf-8;q=0.66, *;q=0.66
Cookie: PREF=ID=1ac847e83fc07786:LD=de:TM=1030169582:LM=1033066029:S=49YXCcZc_PFmo2Yx
Cache-Control: max-age=0
-------------------------------------------
SERVER --> CLIENT
HTTP/1.1 200 OK
Content-Length: 1272
Server: GWS/2.0
Date: Sat, 28 Dec 2002 12:19:42 GMT
Content-Encoding: gzip
Content-Type: text/html
Cache-control: private
Via: HTTP/1.1 127.0.0.1:8080 (Brazil/2.0)
Proxy-Connection: close
X-PAW-DECOMPRESSED: true
===========================================
|