new

new(proxy=nil, dns=Resolv::DNS.new)
Class Public methods

Initialize a remote fetcher using the source URI and possible proxy information.

proxy

  • [String]: explicit specification of proxy; overrides any environment

    1
    variable setting
  • nil: respect environment variables (HTTP_PROXY, HTTP_PROXY_USER,

    1
    HTTP_PROXY_PASS)
  • :no_proxy: ignore environment variables and _don't_ use a proxy

dns: An object to use for DNS resolution of the API endpoint.

1
By default, use Resolv::DNS.
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.