Skip to content

Instantly share code, notes, and snippets.

@digitaldreamer
Last active January 18, 2018 20:23
Show Gist options
  • Save digitaldreamer/dc1e56fc366d78c466afa52774c6b2b4 to your computer and use it in GitHub Desktop.
Save digitaldreamer/dc1e56fc366d78c466afa52774c6b2b4 to your computer and use it in GitHub Desktop.
target, _ := url.Parse(h.ProxyHost)
proxy := httputil.NewSingleHostReverseProxy(target)
proxy.ServeHTTP(w, r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment