expose the $content_length/$content_type variables
commit41e3dcf47d8ee855747681b80dab1c3b9d6bc457
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 01:21:09 +0000 (2 18:21 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 01:26:13 +0000 (2 18:26 -0700)
treedfa0cc5ae025503cef197c3d8ede8bcf026d0513
parent34bda71752bc7401c552a7a4d5b77cf7e1bfe431
expose the $content_length/$content_type variables

Since the HTTP_CONTENT_LENGTH and HTTP_CONTENT_TYPE variables
are not allowed by Rack, we need to allow access to the CGI
variables instead.
README.txt
lib/clogger.rb
test/test_clogger.rb