caddy-prometheus
caddy-prometheus copied to clipboard
Add support for endpoints using http.Hijacker
To support connections like websockets the support for http.Hijacker interface is required. This change preserves the hijacker if existing in the underlaying http.Responsewriter.
Rebased on master.