31 Jan
2003
31 Jan
'03
4:21 p.m.
[Andreas Jung [mailto:lists@andreas-jung.com]]
get_header() is a method of the REQUEST object and of course not of the RESPONSE object.
So suppose I use response.setHeader() and then, later somewhere else during the processing of the request/response, I want to check whether that header is set. I'm not sure I understand how the REQUEST.get_header() is relevant? Thanks, // mark -