1 # -*- encoding: binary -*-
5 require 'rainbows/version'
9 RACK_DEFAULTS = Unicorn::HttpRequest::DEFAULTS.update({
10 "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}",
12 # using the Rev model, we'll automatically chunk pipe and socket objects
13 # if they're the response body. Unset by default.
14 # "rainbows.autochunk" => false,