about summary refs log tree commit homepage
path: root/lib/unicorn/rainbows/request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/rainbows/request.rb')
-rw-r--r--lib/unicorn/rainbows/request.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/unicorn/rainbows/request.rb b/lib/unicorn/rainbows/request.rb
new file mode 100644
index 0000000..d2c2c65
--- /dev/null
+++ b/lib/unicorn/rainbows/request.rb
@@ -0,0 +1,11 @@
+module Unicorn
+  class Rainbows
+    class HttpRequest
+
+      def initialize
+      end
+
+    end
+  end
+end
+