Versions in this module Expand all Collapse all v1 v1.2.3 Jan 12, 2025 v1.1.2 Jan 12, 2025 v1.0.0 Jan 12, 2025 Changes in this version + func NewHTTPPluginServer(port int, newFunc NewPluginRequest, handler Handler, tlsConfig *tls.Config) *httpserver.Server + type Handler func(req *plugin.Request) *plugin.Response + type NewPluginRequest func() *plugin.Request