ReverseProxy returns an httputil.ReverseProxy for proxying HTTP requests to the specified agent.
(targetURL, dashboardURL *url.URL, agentID uuid.UUID, app appurl.ApplicationURL, wildcardHost string)
| 72 | // ReverseProxy returns an httputil.ReverseProxy for proxying HTTP requests |
| 73 | // to the specified agent. |
| 74 | ReverseProxy(targetURL, dashboardURL *url.URL, agentID uuid.UUID, app appurl.ApplicationURL, wildcardHost string) *httputil.ReverseProxy |
| 75 | |
| 76 | // AgentConn returns a new connection to the specified agent. |
| 77 | AgentConn(ctx context.Context, agentID uuid.UUID) (_ workspacesdk.AgentConn, release func(), _ error) |
no outgoing calls