module HTTPX::Plugins::Proxy::HTTP

  1. lib/httpx/plugins/proxy/http.rb

Methods

Public Class

  1. extra_options

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