Class Puppet::Network::HTTP::RackHttpHandler
In: lib/puppet/network/http/rack/httphandler.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

Older Passenger versions passed all Environment vars in app(env), but since 2.2.3 they (some?) are really in ENV. Mongrel, etc. may also still use request.env.

do something useful with request (a Rack::Request) and use response to fill your Rack::Response

[Validate]