1 // Package httprp provides an HTTP reverse-proxy transport. HTTP handlers that 2 // need to proxy requests to another HTTP service can do so with this package by 3 // specifying the URL to forward the request to. 4 package httprp 5
View as plain text