summaryrefslogtreecommitdiff
path: root/lib/rack/showstatus.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed incorrect fragment of comment.qertoip2012-01-211-2/+2
* fixing unused variable warnings in 1.9.3Aaron Patterson2011-01-141-2/+9
* Add Rack::Utils.bytesize function, use everywhereRyan Tomayko2009-03-111-1/+1
* Use HeaderHash where header case should be insensitiveRyan Tomayko2008-12-291-0/+1
* Empty is if Content-Length is 0, [''] ain't empty?Michael Fellinger2008-09-301-2/+2
* Updated Rake::Lint to ensure Content-Length header is present for non-chunked...Dan Kubb2008-07-241-1/+3
* Fix trailing whitespace. Sigh.Christian Neukirchen2007-05-161-1/+1
* Small docfixesChristian Neukirchen2007-05-161-4/+4
* Make ShowStatus more robustChristian Neukirchen2007-04-261-1/+2
* Ensure Rack::ShowStatus passes on headersTim Fletcher2007-04-031-11/+5
* Add Rack::ShowStatus, a filter to generate common error messagesChristian Neukirchen2007-03-291-0/+108