Skip to content

Conversation

@p3ck
Copy link

@p3ck p3ck commented Jan 6, 2026

Summary

Fixes no_proxy to support IPV6 CIDR format.

no_proxy=fe11::/16 python -c 'import httpx; c = httpx.Client()'

Closes: #3221

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.

no_proxy=fe11::/16 python -c 'import httpx; c = httpx.Client()'

Closes: encode#3221
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.

Not support "no_proxy" including value of ipv6 prefix style

1 participant