aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-06-28 12:48:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-06-28 12:48:57 +0000
commit3d7732606c105127001229638f1a097e4fc37b07 (patch)
treef2d8b68dad9dcc454c2f90f7107cc274e4451628 /README.md
parentMerge pull request #153 from svenstaro/dependabot/cargo/rstest-d44e11f (diff)
downloadminiserve-3d7732606c105127001229638f1a097e4fc37b07.tar.gz
miniserve-3d7732606c105127001229638f1a097e4fc37b07.zip
Update README with new features
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index db94571..99d74d5 100644
--- a/README.md
+++ b/README.md
@@ -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