rails-reverse-proxy
rails-reverse-proxy copied to clipboard
client.rb needs to require net/http
In lib/reverse_proxy/client.rb ReverseProxy::Client references the Net::HTTP constant but does not require 'net/http', leading to NameError (uninitialized constant ReverseProxy::Client::Net) if nothing else has loaded it by that point.