Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Make stream reading from STDIN available #1

@ecklm

Description

@ecklm

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions