Static HTTP server
Why not use Python? Because the http.server module in Python has several broken features.
To start a Docker (recommend)
To start a Go version of HTTP Server
docker run -d -p <host_port>:8080 --restart=always --name=fileserver -v /home/whexy/Downloads:/web halverneus/static-file-server:latest
wget https://dl.self.whexy.com/simplehttpserver chmod +x simplehttpserver ./simplehttpserver -path /path/to/folder