What should I do if I want to set different proxy url for every request? #1842
Unanswered
RecordingTheSmile
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know, now we can make request with proxy like:
But now, I have a very special project, which proxy url is different for every request and should be fetched remotely by another http request. What should I do if I want to do this without create new
reqwest::Client
for every request?Beta Was this translation helpful? Give feedback.
All reactions