Versions in this module Expand all Collapse all v1 v1.1.0 Jun 13, 2024 Changes in this version + func NormalizeParseURL(rawURL string) (*url.URL, error) + func NormalizeURL(rawURL string) (string, error) + func StripURLQuery(rawURL string) (string, error) v1.0.0 May 30, 2024 Changes in this version + type CorsProxy struct + func New(options Options) *CorsProxy + func (cp *CorsProxy) Handler() http.Handler + type Options struct + AllowPrivateNetworkTarget bool + AllowedTargets []string