class Falcon::Controller::Proxy

def load_app

Load the {Middleware::Proxy} application with the specified hosts.
def load_app
	return Middleware::Proxy.new(Middleware::BadRequest, @hosts)
end