libcurl only provides a callback API for streaming responses. To implement the streaming mode like in requests, we use queues to buffer the data underlying. This is tricky and cumbersome. In the future, once we patched the libcurl, we can provdie a real streaming mode in Python.
libcurlonly provides a callback API for streaming responses. To implement the streaming mode like inrequests, we use queues to buffer the data underlying. This is tricky and cumbersome. In the future, once we patched the libcurl, we can provdie a real streaming mode in Python.