about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-23 00:42:04 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-23 00:42:54 +0000
commit4ee6e0dafeb1b7af28fa90ae27c1a1a04aa8e852 (patch)
tree71388fcb7db88abf916852ff713425f009693af3 /lib/rainbows.rb
parent180485d49ea858f83ef2a28a9e07224aa514edc7 (diff)
downloadrainbows-4ee6e0dafeb1b7af28fa90ae27c1a1a04aa8e852.tar.gz
It does not appear to be needed, for now, since the
parser and Unicorn::HttpRequest are one and the same.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 7a29232..a1f842c 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -39,7 +39,6 @@ module Rainbows
   require 'rainbows/http_server'
   require 'rainbows/response'
   require 'rainbows/client'
-  require 'rainbows/http_request'
   require 'rainbows/tee_input'
   require 'rainbows/process_client'
   autoload :Base, 'rainbows/base'