Classes and Modules
Public Class methods
extra_options(options)
[show source]
# File lib/httpx/plugins/proxy/http.rb 8 def extra_options(options) 9 options.merge(supported_proxy_protocols: options.supported_proxy_protocols + %w[http]) 10 end