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 + const ProbeResponse + const ProbeStatusCode + func IsKubernetesProbeRequest(r *http.Request) bool + type HTTPHandler struct + HeaderInjectors []HeaderInjector + IsProbeRequest func(*http.Request) bool + PreserveHost bool + To *url.URL + func NewHTTPHandler(to *url.URL, reverseProxy *httputil.ReverseProxy, ...) *HTTPHandler + func (f *HTTPHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) + type HeaderInjector interface + GetHeaderName func() string + GetHeaderValue func(req *http.Request) (string, error)