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
Sometimes I visit deno land gets stuck, and I can't even download the corresponding resources. I'm not sure whether this is related to the policy.
Because I need to install dependencies in the CICD pipeline, sometimes the installation failure will affect the service update, so I want to use proxy to solve my problem.
Deno supports proxies for module downloads and the Web standard fetch API.
Proxy configuration is read from environmental variables: HTTP_PROXY, HTTPS_PROXY and NO_PROXY.
In case of Windows, if environment variables are not found Deno falls back to reading proxies from registry.
But I don't know how to develop this service? In my imagination, I want to cache the corresponding resources on my server and return directly from the server next time.This step is easy, but I don't know what rules can meet the proxy requirements.
This discussion was converted from issue #14789 on June 03, 2022 04:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I visit deno land gets stuck, and I can't even download the corresponding resources. I'm not sure whether this is related to the policy.
Because I need to install dependencies in the CICD pipeline, sometimes the installation failure will affect the service update, so I want to use proxy to solve my problem.
But I don't know how to develop this service? In my imagination, I want to cache the corresponding resources on my server and return directly from the server next time.This step is easy, but I don't know what rules can meet the proxy requirements.
Beta Was this translation helpful? Give feedback.
All reactions