DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
httputil.NewSingleHostReverseProxy()
Examples using...
httputil.NewSingleHostReverseProxy()
Recent
Examples
ReverseProxy in Go
by GoDoc
Go
httputil.NewSingleHostReverseProxy
log.Fatal
httptest.NewServer
fmt
fmt.Fprintln
ReverseProxy is an HTTP Handler that takes an incoming request and sends it to another server, proxying the response back to the client.