Documentation ¶ Index ¶ func NewProxy(targetURL *url.URL, sourcePath string, log logging.Logger) *httputil.ReverseProxy Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewProxy ¶ func NewProxy( targetURL *url.URL, sourcePath string, log logging.Logger) *httputil.ReverseProxy NewProxy creates a proxy that will accept requests on the path `sourcePath` and proxy them to the server and path contained in `targetURL`. The `sourcePath` is removed during proxying. Types ¶ This section is empty. Source Files ¶ View all Source files http_proxy.go Click to show internal directories. Click to hide internal directories.