Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2025 v0.0.1 Jun 17, 2025 Changes in this version + type Server struct + ErrorLog *log.Logger + HTTP2Server *http2.Server + HTTPServer *http.Server + MetricsPrefix string + MetricsRegistry *prometheus.Registry + TLSConfig *tls.Config + TLSHandshakeTimeout time.Duration + VerboseLogs bool + func NewServer(ctx context.Context, handler http.Handler, tlsConfig *tls.Config) *Server + func (server *Server) ListenAndServe(listenAddr string) error + func (server *Server) Serve(ln net.Listener) error