Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NO_PROXY to deno help and add the test code #7048

Merged
merged 2 commits into from
Aug 15, 2020
Merged

add NO_PROXY to deno help and add the test code #7048

merged 2 commits into from
Aug 15, 2020

Conversation

chibat
Copy link
Contributor

@chibat chibat commented Aug 14, 2020

reqwest supported NO_PROXY environment variable(seanmonstar/reqwest#877).
I fixed deno help and added the test code.

@CLAassistant
Copy link

CLAassistant commented Aug 14, 2020

CLA assistant check
All committers have signed the CLA.

@@ -195,6 +195,8 @@ static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES:
HTTP_PROXY Proxy address for HTTP requests
(module downloads, fetch)
HTTPS_PROXY Proxy address for HTTPS requests
(module downloads, fetch)
NO_PROXY List of hosts which do not use proxy
(module downloads, fetch)";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it comma separated list? Maybe mention that here?

Copy link
Contributor Author

@chibat chibat Aug 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it comma separated list?

Yes. I fixed the description.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @chibat

@ry ry merged commit b684df7 into denoland:master Aug 15, 2020
@chibat chibat deleted the no_proxy branch August 16, 2020 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants