Make queue-proxy's reverse proxy handler extendable by mbaynton · Pull Request #16097 · knative/serving
This builds on knative#13133 to make it possible to adjust settings on the *httputil.ReverseProxy that queue-proxy uses, or to replace it entirely with any http.Handler, using the out-of-tree extension pattern.
bot
added
needs-ok-to-test
labels
Sep 26, 2025
knative-prow
bot
added
ok-to-test
and removed needs-ok-to-test
Indicates a PR that requires an org member to verify it is safe to test.labels
Sep 28, 2025If an integrator customizes the Transport in an Options function, we want to apply the provided Transport to our default httputil.ReverseProxy regardless of which Option sets the Transport and regardless of whether or not other Option functions replace our default http.Handler. Add some tests for this since the interactions beteween Options.Transport and Options.ProxyHandler can be subtle.
knative-prow
bot
added
size/L
and removed size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.labels
Oct 3, 2025
knative-prow
bot
added
the
approved
label
Oct 6, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters