<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Open Sans">Hi!<br>
<br>
I'm new to the list; so please accept my apologies and do kindly
correct me if I've missed something in my research, or if I'm not
complying with any particular social custom or etiquette on this
list.<br>
<br>
I'm using nginx's integrated perl support, and all is going well
so far, but I'm missing one critical thing right now: a way to
get a list of all of the request headers.<br>
<br>
I can certainly use $r->header_in() to obtain any given
specific header, which works well if I know the header in advance
-- but in my case I need to iterate all of the incoming request
headers, even (especially, actually) headers whose presence I
would not have anticipated.<br>
<br>
I do see some references to Nginx modules on CPAN, and </font><font
face="Open Sans">in at least one of those, a $r->headers_in()
method</font><font face="Open Sans">... but those modules are not
the same animal as the built-in "nginx" module, are they.<br>
<br>
Please help!<br>
<br>
Thanks,<br>
Eric</font>
</body>
</html>