🎉 We are very proud to present support for HTTP/3!
http/3 example
>>> import curl_cffi
>>> from curl_cffi import CurlHttpVersion
>>> r = curl_cffi.get("https://cloudflare-quic.com", http_version=CurlHttpVersion.V3ONLY)
>>> r.status_code
200
>>> r.http_version == CurlHttpVersion.V3
True
Windows wheels failed to build, we will fix that later.
What's Changed
- fix HEADERFUNCTION typo by @GeekDuanLian in #518
- fix: let request headers encoding take precedence over session headers encoding by @serozhenka in #514
- Complete support for DEBUGFUNCTION by @GeekDuanLian in #519
- Add support for http/3 by @lexiforest in #538
New Contributors
- @GeekDuanLian made their first contribution in #518
Full Changelog: v0.10.0...v0.11.0b1