Rainbows! 5.2.1
[rainbows.git] / lib / rainbows / const.rb
blob14c7a441ea73f3cd0f7b57d579986191b3fcb683
1 # -*- encoding: binary -*-
2 # :enddoc:
3 module Rainbows::Const
4 end
5 require 'rainbows/version'
6 module Rainbows::Const
7   include Unicorn::Const
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,
15   })
16 end