aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-04-06 14:39:12 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-04-06 14:39:12 +0000
commit134c7397d4a8686fd091119c7ab2bcc06f0247e8 (patch)
tree8ef74dcb80bd93760af8edb3e2f534c6b6856331 /README.md
parentUse serde lowercase for SortingMethods enum (diff)
parentMerge pull request #58 from vojta7/file_uploading (diff)
downloadminiserve-134c7397d4a8686fd091119c7ab2bcc06f0247e8.tar.gz
miniserve-134c7397d4a8686fd091119c7ab2bcc06f0247e8.zip
Merged upload + adapted it to the new design
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b8e8b3..ce02116 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Sometimes this is just a more practical and quick way than doing things properly
- 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)
+- File uploading
## Known limitations