Sha256: ed5b07566692c35d515aba276e23d380929bbfcc2bda8850e9887c64c210d682
Contents?: true
Size: 512 Bytes
Versions: 2
Compression:
Stored size: 512 Bytes
Contents
# -*- encoding: binary -*- # :enddoc: module Rainbows::Const RAINBOWS_VERSION = '4.4.1' include Unicorn::Const RACK_DEFAULTS = Unicorn::HttpRequest::DEFAULTS.update({ "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}", # using the Rev model, we'll automatically chunk pipe and socket objects # if they're the response body. Unset by default. # "rainbows.autochunk" => false, }) RACK_INPUT = Unicorn::HttpRequest::RACK_INPUT REMOTE_ADDR = Unicorn::HttpRequest::REMOTE_ADDR end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rainbows-4.4.1.1.gd5c8c | lib/rainbows/const.rb |
rainbows-4.4.1 | lib/rainbows/const.rb |