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:
parent
0967442fcd
commit
38434ddaf1
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue