[Zope] setHeader, but no getHeader

Mark McEahern mark@mceahern.com
Fri, 31 Jan 2003 10:21:16 -0600


[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

-