Mod_parsed_vars

Hi.

I’m pleased to announce a new module for nginx: mod_parsed_vars.

The module development has been sponsorized by
David Cancel - Lookery.com http://lookery.com/.

As usual, the module can be found on my Mercurial repository:
http://hg.mperillo.ath.cx/nginx/mod_parsed_vars/

This module adds to nginx two new variables “class”: $cookie_ and
$args_.

They work like the nginx $http_, $sent_http_ and
$upstream_http_.

$cookie_ returns the cookie value with the given name
$args_ returns the value of the query string parameter with the
given key.

Note that at the moment the module needs a patch to nginx.

Manlio P.