Fix default http option

This commit is contained in:
James Hu 2017-03-11 22:51:11 -08:00
parent 27b3ba8c96
commit 08a2f2dc0f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module ReverseProxy
def request(env, options = {}, &block)
options.reverse_merge!(
headers: {},
http_options: {},
http: {},
path: nil,
username: nil,
password: nil,