diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-06 14:39:12 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-06 14:39:12 +0000 |
commit | 134c7397d4a8686fd091119c7ab2bcc06f0247e8 (patch) | |
tree | 8ef74dcb80bd93760af8edb3e2f534c6b6856331 /README.md | |
parent | Use serde lowercase for SortingMethods enum (diff) | |
parent | Merge pull request #58 from vojta7/file_uploading (diff) | |
download | miniserve-134c7397d4a8686fd091119c7ab2bcc06f0247e8.tar.gz miniserve-134c7397d4a8686fd091119c7ab2bcc06f0247e8.zip |
Merged upload + adapted it to the new design
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |