Versions in this module Expand all Collapse all v0 v0.0.1 Mar 4, 2024 Changes in this version + type HttpProcessHandleFunc = func(w http.ResponseWriter, r *http.Request) + type HttpServer struct + func NewHttpServer(options HttpServerOptions, processors *common.Processors, ...) *HttpServer + func (h *HttpServer) Start(wg *sync.WaitGroup) + type HttpServerOptions struct + Cert string + Chain string + HealthcheckURL string + ImageURL string + Insecure bool + Key string + Listen string + ServerName string + Tls bool