package
0.0.0-20211025122143-6499571b8433
Repository: https://github.com/bitrise-io/api-utils.git
Documentation: pkg.go.dev
# Functions
NewSingleEndpointReverseProxy - Based on the Std Lib NewSingleHostReverseProxy https://golang.org/src/net/http/httputil/reverseproxy.go?s=2588:2649#L80.
NewSingleEndpointSameHostReverseProxyHandler wraps the ReverseProxy generated by `NewSingleEndpointReverseProxy` with the `sameHostHandler` to rewrite the Host param of the Request to the target (for more info see `sameHostHandler`).