Class: Thin::Rack2
- Inherits:
-
Object
- Object
- Thin::Rack2
- Defined in:
- lib/thin/env.rb
Constant Summary collapse
- RACK_VERSION =
[1, 0].freeze
Class Method Summary collapse
Class Method Details
.env ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/thin/env.rb', line 20 def self.env { ::Thin::Request::RACK_VERSION => RACK_VERSION, ::Thin::Request::RACK_MULTITHREAD => false, ::Thin::Request::RACK_MULTIPROCESS => false, ::Thin::Request::RACK_RUN_ONCE => false } end |