Versions in this module Expand all Collapse all v0 v0.1.0 Mar 27, 2023 Changes in this version + func HandleFunc(location string, handler func(w http.ResponseWriter, r *http.Request)) + func HandleMetrics(metrics ...prometheus.Collector) + func ListenAndServeHttp(addr string, handler func(w http.ResponseWriter, r *http.Request)) + func ListenAndServeHttps(addr string, certFile string, keyFile string, ...)