(w ResponseWriter, tr *tracing.TracedHTTPRequest, isWebsocket bool)
| 150 | // OriginProxy is how data flows from cloudflared to the origin services running behind it. |
| 151 | type OriginProxy interface { |
| 152 | ProxyHTTP(w ResponseWriter, tr *tracing.TracedHTTPRequest, isWebsocket bool) error |
| 153 | ProxyTCP(ctx context.Context, rwa ReadWriteAcker, req *TCPRequest) error |
| 154 | } |
| 155 |
no outgoing calls