Versions in this module Expand all Collapse all v0 v0.5.0 Apr 29, 2019 Changes in this version + func ServeUntilInterrupted() + type Config struct + Address string + StaticDir string + type Server struct + Config *Config + DefaultHeaders map[string]string + InterruptChan chan os.Signal + Logger *log.Logger + func NewConfiguredServer() *Server + func (s *Server) ServeUntilShutdown() + func (s *Server) Shutdown() error + func (s *Server) Start() error v0.1.0 Jan 29, 2019 Changes in this version + func Serve()