New
#rustlang `reqwest` v0.12.15 out right now!
Fixes for Windows proxies and HTTP/3
github.com/seanmonstar/...
Release v0.12.15 · seanmonstar/reqwest
What's Changed
Fix http3 to support streaming response bodies by @ducaale in #2517
Fix Windows to support both ProxyOverride and NO_PROXY by @drewkett in #2601
Fix http3 dependency from public API...