Versions in this module Expand all Collapse all v1 v1.1.1 Nov 20, 2020 v1.1.0 Sep 26, 2020 Changes in this version + type HttpServer struct + Listener net.Listener + func NewHttpServer(handler http.Handler) *HttpServer + func (s *HttpServer) Close() error + func (s *HttpServer) Listen(addr string) error + func (s *HttpServer) Serve() error