From 08a2f2dc0f04cfb99f87405aa6d74cc5239d693a Mon Sep 17 00:00:00 2001 From: James Hu Date: Sat, 11 Mar 2017 22:51:11 -0800 Subject: [PATCH] Fix default http option --- lib/reverse_proxy/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reverse_proxy/client.rb b/lib/reverse_proxy/client.rb index c81e78b..aa96137 100644 --- a/lib/reverse_proxy/client.rb +++ b/lib/reverse_proxy/client.rb @@ -38,7 +38,7 @@ module ReverseProxy def request(env, options = {}, &block) options.reverse_merge!( headers: {}, - http_options: {}, + http: {}, path: nil, username: nil, password: nil,