Skip to content

v0.1.1

Compare
Choose a tag to compare
@mstmdev mstmdev released this 08 Dec 06:09
· 723 commits to main since this release

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 and log_flush flags to true as default.