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
创建一个全局变量client并设置代理的情况下 var client = req.C().SetProxyURL("...")
如果代理服务器先关闭,仍可以跳过代理直接请求成功。 即使代理服务器恢复正常,也不会自动生效代理,如何强制使用代理?
难道每次请求前都要SetProxyURL一次或者重新创建含有代理的client吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
创建一个全局变量client并设置代理的情况下
var client = req.C().SetProxyURL("...")
如果代理服务器先关闭,仍可以跳过代理直接请求成功。
即使代理服务器恢复正常,也不会自动生效代理,如何强制使用代理?
难道每次请求前都要SetProxyURL一次或者重新创建含有代理的client吗?
The text was updated successfully, but these errors were encountered: