問題タブ [django-2.0]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1472 参照

python - Iterable オブジェクトと Django StreamingHttpResponse

django を使用して内部 http サービスに接続したいのですが、一部のコンテンツが非常に大きいため、これらのサービスの http 応答の出力をバッファリングする必要があります。

私はpython 3.6、django 2.0、http.clientおよび次のコードを使用しています:

応答は空です。イテレータを次のようにテストします。

そして、すべてが正常に機能します。なぜ機能しないのかわかりません。