Class: RubyProxyHeaders::FaradayAdapter::NetHttp

Inherits:
Faraday::Adapter::NetHttp
  • Object
show all
Defined in:
lib/ruby_proxy_headers/faraday.rb

Instance Method Summary collapse

Instance Method Details

#request_with_wrapped_block(http, env, &block) ⇒ Object



19
20
21
22
23
# File 'lib/ruby_proxy_headers/faraday.rb', line 19

def request_with_wrapped_block(http, env, &block)
  res = super
  merge_proxy_headers(env, http)
  res
end