diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-05 19:43:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 19:43:44 +0000 |
commit | 46c29142f06af666283f23ba8b3d7fe072656803 (patch) | |
tree | c4ab92517a64c8057021f8b04c0eb9af38b1b64a /README.md | |
parent | Merge pull request #57 from svenstaro/dependabot/cargo/serde-1.0.90 (diff) | |
parent | Improve file upload text. (diff) | |
download | miniserve-46c29142f06af666283f23ba8b3d7fe072656803.tar.gz miniserve-46c29142f06af666283f23ba8b3d7fe072656803.zip |
Merge pull request #58 from vojta7/file_uploading
File uploading
Diffstat (limited to '')
-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 |