v0.0.5
tag9c4e698812119c1078982c507017c996b8cdacf5
object afaa8efb31094a831a68b383523f9bac46a244ac
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 01:45:03 +0000 (2 18:45 -0700)
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.