Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-12-08 | 630 Bytes | |
v0.1.1.tar.gz | 2021-12-08 | 34.6 kB | |
v0.1.1.zip | 2021-12-08 | 58.3 kB | |
Totals: 3 Items | 93.6 kB | 0 |
Enhancements
- Add support the gin web server as default file server.
- Add support the basic auth and login middleware for file server.
- Add support TLS transfer and user authorization between server and client.
- Add support generates random accounts for the file server by using the
rand_user_count
flag. - Add support the
server_compress
flag to control the file server response compress. - Add support auto check auth state per second, close the connection if unauthorized after one minute.
- Add the
Option
struct as file server options. - Change the
log_file
andlog_flush
flags to true as default.