You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
This enhancement would enable the user to make accessible any file-based data generated on the fly without storing it.
It might be useful for serving any type of compressied content or anything like this.
E.g.
tar -xOzf foo.tgz bigfile | FileHTTPServer.py --from-stdin --filename "streamingly compressed file"Of course it might be served only one time, but sometimes is a useful feature.