Versions in this module Expand all Collapse all v0 v0.0.1 Aug 21, 2024 Changes in this version + type HTTPServer struct + func NewHTTPServer(port int, rootPath, websiteName string) *HTTPServer + func (s *HTTPServer) AddFileRoute(routePath, localFilePath string) + func (s *HTTPServer) DeleteFileRoute(routePath string) + func (s *HTTPServer) Start() + func (s *HTTPServer) Stop()