You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(createNodeHttpRequester): Add custom Agent support on createNodeHttpRequester (#1180)
you can now call e.g., `createNodeHttpRequester({ agent: new HttpsProxyAgent(process.env.http_proxy) })`
Co-authored-by: Haroen Viaene <[email protected]>
0 commit comments