actix-web supports content-encoding:gzip by default

data will be compressed on the wire automatically, so no need to add the complexity of compression
This commit is contained in:
Damjan Georgievski 2018-07-21 18:42:54 +02:00
parent 0967442fcd
commit 38434ddaf1

View file

@ -5,7 +5,6 @@ a simple http server like `python -m http.server` but:
* download whole directories in .tar format
* better auto index
* maybe announce itself on mDNS (avahi)
* maybe compress
```
USAGE: