Problemunvalidated
tarfile.TarFile implementation as: it writes chunks in file-like objects (with a `write` method), — This is not easy to be interfaced with the `stralette.StreamingResponse` which expects a chunk generator. Tension: there is a big issue with the tarfile.TarFile implementation. Outcome: My idea was to rewrite the `StreamingResponse.stream_response` method.
f8186909-187f-4feb-8dc1-600e42c8ec12
tarfile.TarFile implementation as:
it writes chunks in file-like objects (with a write method), — This is not easy to be interfaced with the stralette.StreamingResponse which expects a chunk generator. Tension: there is a big issue with the tarfile.TarFile implementation. Outcome: My idea was to rewrite the StreamingResponse.stream_response method.