There was an error while loading. Please reload this page.
1 parent f3dacec commit 0dc69bfCopy full SHA for 0dc69bf
1 file changed
http_proxy.go
@@ -676,6 +676,10 @@ func (hp *HTTPProxy) Handler() http.Handler {
676
return hp.proxy.Handler()
677
}
678
679
+func (hp *HTTPProxy) HandlerWithIndividualTransport() http.Handler {
680
+ return hp.proxy.HandlerWithIndividualTransport()
681
+}
682
+
683
func (hp *HTTPProxy) Run(ctx context.Context) error {
684
if hp.config.TestingHTTPHandler {
685
hp.log.Info("using http handler")
0 commit comments