We added support for using curl_cffi directly
import curl_cffi as cc
r = cc.get("https://www.example.com")
What's Changed
- fix: preserve Headers encoding by @serozhenka in #401
- fix: mark the optional params in SessionRequestParams as optional by @ckroeper in #502
- Add primary and local ports to response by @2tunnels in #503
- curl.getinfo: support new options like TOTAL_TIME_T, SPEED_DOWNLOAD_T by @el1s7 in #481
- docs: update README.md by @eltociear in #506
- bugfix: do not unquote url when params are provided, close #394 by @lexiforest in #507
- Fix
websocket.recv
hangs by @lexiforest in #510 - Fix stream abort, close #471 by @lexiforest in #511
- Expose requests interface on the top package by @lexiforest in #468
New Contributors
- @serozhenka made their first contribution in #401
- @ckroeper made their first contribution in #502
- @2tunnels made their first contribution in #503
- @el1s7 made their first contribution in #481
- @eltociear made their first contribution in #506
Full Changelog: v0.9.0...v0.10.0