Versions in this module Expand all Collapse all v1 v1.0.2 Dec 28, 2020 v1.0.1 Dec 28, 2020 v1.0.0 Dec 28, 2020 Changes in this version + type HostConfiguration struct + Hostname string + Port int64 + type Server struct + Entries map[string]string + HostConfig *HostConfiguration + func New(hostname string, port int64, entries map[string]string) *Server + func (s *Server) Serve()