(ctx context.Context, rwa ReadWriteAcker, req *TCPRequest)
| 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 | |
| 156 | // TCPRequest defines the input format needed to perform a TCP proxy. |
no outgoing calls