django-proxy
django-proxy copied to clipboard
Add stream support
trafficstars
The proxy cannot be used to download large files right now, use http stream to solve the problem.
This looks good, but do you know whether StreamingHttpResponse will work for all cases that HttpResponse worked?
I am not sure. But I reviewed the code of HttpResponse and HttpStreamResponse, it seems to be OK. It's better to have some test case to verify that. I will find some time to do that.
That would be awesome!