Versions in this module Expand all Collapse all v0 v0.0.1 Jun 17, 2021 Changes in this version + type Server struct + func NewServer(opts ...ServerOption) *Server + func (s *Server) ServeHTTP(resp http.ResponseWriter, req *http.Request) + func (s *Server) Start() error + func (s *Server) Stop() error + type ServerOption func(*Server) + func Address(addr string) ServerOption + func Network(network string) ServerOption + func Timeout(timeout time.Duration) ServerOption