elnormous/HTTPRequest

Question on how to use this for streaming a response.

DemetriBairaktaris opened this issue · 0 comments

Hi,

I am using your library in my application which makes requests to a Python CherryPy server on the same machine.
My use-case making a PUT request to the CherryPy server and the server streams back bytes with content type octet/stream.

My question is: Is it possible to properly stream these octets as they come from the server using this library?

Thanks,
any help will be appreciated.