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

Adds the ability to add a NoProxy List to a Proxy via API #1694

Merged
merged 6 commits into from
Dec 20, 2022

Conversation

Khoulaiz
Copy link
Contributor

@Khoulaiz Khoulaiz commented Dec 8, 2022

...utilising the already existing functionality.

Makes NoProxy public and replaces NoProxy::new()
with NoProxy::from_env() and NoProxy::from_string(). Adds a Proxy::no_proxy() method.

Fixes #1690

@Khoulaiz Khoulaiz closed this Dec 9, 2022
@Khoulaiz Khoulaiz reopened this Dec 9, 2022
…the already existing functionality.

Makes NoProxy public and replaces NoProxy::new()
with NoProxy::from_env() and NoProxy::from_string(). Adds a Proxy::no_proxy() method.
…the already existing functionality.

Makes NoProxy public and replaces NoProxy::new()
with NoProxy::from_env() and NoProxy::from_string(). Adds a Proxy::no_proxy() method.
Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

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

Ah yes, this is a great way of adding the feature, nice work! (Looks like some failures in CI, I'll give it a kick each time you push.)

@Khoulaiz
Copy link
Contributor Author

I have no clue how to fix these tests, sorry, but I don't think they are related to my changes.

@seanmonstar seanmonstar merged commit cdbf84f into seanmonstar:master Dec 20, 2022
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.

Support setting no_proxy configuration via API
2 participants