diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-23 12:49:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 12:49:46 +0000 |
commit | c47a7773228e4e1beddfdcc6719cbc10acfbfdb5 (patch) | |
tree | b5ebbb5a4c80f9736484f9cd9112ef30956e4178 /README.md | |
parent | Merge pull request #49 from svenstaro/dependabot/cargo/structopt-0.2.15 (diff) | |
parent | Updated README with known limitations (diff) | |
download | miniserve-c47a7773228e4e1beddfdcc6719cbc10acfbfdb5.tar.gz miniserve-c47a7773228e4e1beddfdcc6719cbc10acfbfdb5.zip |
Merge pull request #48 from boastful-squirrel/targz
Download folders in .tar.gz format
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,11 @@ Sometimes this is just a more practical and quick way than doing things properly - Single binary drop-in with no extra dependencies required - Authentication support with username and password - Mega fast and highly parallel (thanks to [Rust](https://www.rust-lang.org/) and [Actix](https://actix.rs/)) +- Folder download (compressed in .tar.gz) + +## Known limitations + +- **For now**, the tar.gz compression is not async-ready, which means that the whole archive needs to be created (in memory) before the download starts. While it should not be a problem for small folders, the download feature can really get resource-heavy for large folders. ## How to install |