module Rack
class ExampleServiceProxy
class ForwardHost
class Net::HTTP
class Net::HTTPResponse
class Rack::HttpStreamingResponse
class Rack::Proxy
class RackPhpProxy
class TrustingProxy
rack-proxy
0.7.7
# reconstruct_header_name
def reconstruct_header_name(name) titleize(name.sub(/^HTTP_/, "").gsub("_", "-")) end