diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-28 12:48:57 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-28 12:48:57 +0000 |
commit | 3d7732606c105127001229638f1a097e4fc37b07 (patch) | |
tree | f2d8b68dad9dcc454c2f90f7107cc274e4451628 /README.md | |
parent | Merge pull request #153 from svenstaro/dependabot/cargo/rstest-d44e11f (diff) | |
download | miniserve-3d7732606c105127001229638f1a097e4fc37b07.tar.gz miniserve-3d7732606c105127001229638f1a097e4fc37b07.zip |
Update README with new features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -48,12 +48,9 @@ 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 (and hashed 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) +- Folder download (compressed on the fly as .tar.gz) - File uploading - -## 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. +- Pretty themes ## How to install |