lexiforest / curl_cffi

Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints.
https://curl-cffi.readthedocs.io/
MIT License
2.49k stars 265 forks source link

[Feature] #357

Closed lyy077 closed 4 months ago

lyy077 commented 4 months ago

with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response: 报错:stream参数不存在。是目前不支持这种流式读取吗?什么时候能支持呢?

perklet commented 4 months ago

Read the docs: https://github.com/yifeikong/curl_cffi/blob/main/examples/stream.py