Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2026 Changes in this version + func ApplyForwardedHeaders(h http.Header, cfg ForwardedHeaderConfig) + func IsAbsoluteURL(s string) bool + func IsWebSocketRequest(r *http.Request) bool + func NewTransport(cfg TransportConfig) *http.Transport + func RemoveHopHeaders(h http.Header) + type ForwardedHeaderConfig struct + ClientIP string + Proto string + Via string + type TransportConfig struct + InsecureTLS bool