Fetch Proxy per request #15243
Answered
by
zachauten
LiamKarlMitchell
asked this question in
Q&A
-
How can I set an HTTPS proxy to use per each fetch method call. I would like to have a list of proxies to use rather than just 1 env var as loading them from my own configuration file is easier. |
Beta Was this translation helpful? Give feedback.
Answered by
zachauten
Jul 21, 2022
Replies: 1 comment 1 reply
-
Looks like you can do this with the createHttpClient from the unstable api. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LiamKarlMitchell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like you can do this with the createHttpClient from the unstable api.