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