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固定用的是ApiRequest构造请求,请教下,这里是否有其他地方可以拓展,以方便修改请求头,请求host,请求scheme信息的地方?
The text was updated successfully, but these errors were encountered:
好的,我们考虑一下。可能内部实现细节有差别,对最终会允许指定这些信息。如果你有比较具体的想通过何种方式指定也可以一并给出,以免用法和你需要的差距过大
Sorry, something went wrong.
我这边想的是如果可以在:httpProfile = HttpProfile() , httpProfile里面支持设置 请求头,请求host,请求scheme就能满足要求了,因为我这边有个代理并不是透明代理,需要设置这些信息才能将请求转发出去
No branches or pull requests
我查看了下代码,发现client固定用的是ApiRequest构造请求,请教下,这里是否有其他地方可以拓展,以方便修改请求头,请求host,请求scheme信息的地方?
The text was updated successfully, but these errors were encountered: