Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type ServedFile struct + LocalPath string + Pattern string + type ServedObject struct + Contents string + Pattern string + type Server struct + func NewServer(addr string, servedFiles []ServedFile, servedObjects []ServedObject) (*Server, error) + func (s *Server) Stop() error