denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.98k stars 5.23k forks source link

How to programmable set fetch proxy ? #16031

Closed kaneruan closed 1 year ago

kaneruan commented 1 year ago

HTTP_PROXY and HTTPS_PROXY is stiff.

0f-0b commented 1 year ago

Deno.createHttpClient has been accepting the proxy option since 1.12. This feature is still behind --unstable though.