aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-05 19:43:44 +0000
committerGitHub <noreply@github.com>2019-04-05 19:43:44 +0000
commit46c29142f06af666283f23ba8b3d7fe072656803 (patch)
treec4ab92517a64c8057021f8b04c0eb9af38b1b64a /README.md
parentMerge pull request #57 from svenstaro/dependabot/cargo/serde-1.0.90 (diff)
parentImprove file upload text. (diff)
downloadminiserve-46c29142f06af666283f23ba8b3d7fe072656803.tar.gz
miniserve-46c29142f06af666283f23ba8b3d7fe072656803.zip
Merge pull request #58 from vojta7/file_uploading
File uploading
Diffstat (limited to '')
-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