hi
how do I get the responce header in printResult
the code looks like this now, the content of the page
is in data, but I also need the header to check the etag and last-modified
d = client.getPage(myurl)
d.addCallback(printResult)
def printResult(data):
print 'printing result:'
print data
Lars W.