about summary refs log tree commit homepage
tag namev0.0.5 (9c4e698812119c1078982c507017c996b8cdacf5)
tag date2009-09-02 18:45:03 -0700
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit afaa8efb31...
downloadclogger-0.0.5.tar.gz
clogger 0.0.5
The following variables are now exposed: $request_method,
$content_length and $content_type.  Additionally, attempts
to use $http_content_length or $http_content_type will be
remapped to use the non-"$http_"-prefixed variable instead
since the "$http_"-variants of those variables is not allowed
by Rack.