We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From what I see this gem supports only proxies that don't require Authorization header to be set:
def initialize(proxy_addr, proxy_port) timeout = ProxyFetcher.config.proxy_validation_timeout @http = HTTP.follow.via(proxy_addr, proxy_port.to_i).timeout(connect: timeout, read: timeout) end
it would be nice if there was such possibility
The text was updated successfully, but these errors were encountered:
Hi @sheerun, nice idea, would you like to propose a PR? I'm totally for it 👍
Sorry, something went wrong.
Added here #37
Btw I don't know how we can reuse it in the Manager just because all the providers don't have such info. Only if you manually use ProxyValidator
ProxyValidator
No branches or pull requests
From what I see this gem supports only proxies that don't require Authorization header to be set:
it would be nice if there was such possibility
The text was updated successfully, but these errors were encountered: