Fix default http option
This commit is contained in:
parent
27b3ba8c96
commit
08a2f2dc0f
|
@ -38,7 +38,7 @@ module ReverseProxy
|
|||
def request(env, options = {}, &block)
|
||||
options.reverse_merge!(
|
||||
headers: {},
|
||||
http_options: {},
|
||||
http: {},
|
||||
path: nil,
|
||||
username: nil,
|
||||
password: nil,
|
||||
|
|
Loading…
Reference in New Issue