github yhirose/cpp-httplib v0.46.0

8 hours ago

What's Changed

Security

  • Fix proxy digest credential leak when an HTTPS origin returns 407 inside a CONNECT tunnel. The 401/407 retry is now gated on the response actually coming from a proxy hop (#2457)

New features

  • Add Client::set_no_proxy() for per-host proxy bypass. Accepts *, hostname suffix (dot-boundary rule), IPv4/IPv6 CIDR, and bare IP literals. Proxy-Authorization is suppressed for bypassed hosts, including across redirects (#2446, #2448)

Don't miss a new cpp-httplib release

NewReleases is sending notifications on new releases.