package webpublic import "net/http" type Server struct { server http.Server }