From 42fbb5d3a6c6488c2015bd81f1a00f1873cfb819 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Dec 2009 02:59:32 -0800 Subject: env["hack.io"] for Fiber*, Revactor, Thread* models This exposes a client IO object directly to the underlying application. --- lib/rainbows/const.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 69e58aa..900c9d9 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -19,5 +19,11 @@ module Rainbows CONN_ALIVE = "Connection: keep-alive\r\n" LOCALHOST = "127.0.0.1" + # client IO object that supports reading and writing directly + # without filtering it through the HTTP chunk parser. + # Maybe we can get this renamed to "rack.io" if it becomes part + # of the official spec, but for now it is "hack.io" + CLIENT_IO = "hack.io".freeze + end end -- cgit v1.2.3-24-ge0c7