我如何在django中返回流数据作为Httpresponse,我正在使用tweepy和django?

时间:2022-06-03 20:21:58

I'm working on something that needs streaming data to be returned as response to the browser,but httpresponse fails to do it.

我正在研究需要将流数据作为响应返回给浏览器的内容,但httpresponse无法执行此操作。

1 个解决方案

#1


1  

You should use StreamingHttpResponse instead of normal HTTP Response.

您应该使用StreamingHttpResponse而不是普通的HTTP响应。

#1


1  

You should use StreamingHttpResponse instead of normal HTTP Response.

您应该使用StreamingHttpResponse而不是普通的HTTP响应。