httpoison icon indicating copy to clipboard operation
httpoison copied to clipboard

why no_proxy doesn't support CIDR range format?

Open mjaow opened this issue 2 years ago • 0 comments

I saw the source code https://github.com/edgurgel/httpoison/blob/65e94a9ed8e1443e99cd715c2068871feba1f50a/lib/httpoison/base.ex#L816, no_proxy only support for wildcard format (10.0.. or 10.0. ) but doesn't support cidr range format like 10.0.0.0/16. Is there any concern about implementing it like Golang?

mjaow avatar Oct 31 '21 07:10 mjaow