expose $request_method as documented in the README
commit34bda71752bc7401c552a7a4d5b77cf7e1bfe431
authorEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 01:15:27 +0000 (2 18:15 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 3 Sep 2009 01:15:27 +0000 (2 18:15 -0700)
tree098637bd23ac84f95c2e9440da2be65d76ebdcb5
parentd60d0b4656718a63137f89baa15b6589740ad454
expose $request_method as documented in the README

Accessing "REQUEST_METHOD" in the Rack env should be doable as a
CGI-ish variable.  Thanks to IƱaki Baz Castillo for spotting the
issue and reporting it to me.
lib/clogger.rb
test/test_clogger.rb