[Zope] Accessing HTTP request headers

Dieter Maurer dieter@handshake.de
Tue, 8 Apr 2003 20:40:07 +0200


Matt Ficken wrote at 2003-4-7 23:07 -0500:
 > No, I actually need access to the headers the client sent.
 
The content of "REQUEST.environ" contains the headers the client has sent.

The differences:

  Headers may have gotten an "HTTP_" prefix

  "-" has been translated into "_".

  Case may be normalized.


Dieter