Versions in this module Expand all Collapse all v0 v0.2.0 Apr 23, 2026 Changes in this version + const DefaultReadHeaderTimeout + func NewServer(addr string, handler http.Handler) *http.Server + func Run(ctx context.Context, shutdownTimeout time.Duration, specs ...ServerSpec) error + type ServerSpec struct + Server *http.Server + Start StartFunc + func HTTPSServerSpec(srv *http.Server, cert, key string) ServerSpec + func HTTPServerSpec(srv *http.Server) ServerSpec + type StartFunc func() error