tailscale/safeweb
Patrick O'Doherty b60c4664c7
safeweb: return http.Handler from safeweb.RedirectHTTP (#11538)
Updates #cleanup

Change the return type of the safeweb.RedirectHTTP method to a handler
that can be passed directly to http.Serve without any http.HandlerFunc
wrapping necessary.

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
2024-03-27 11:44:17 -07:00
..
http_test.go safeweb: init (#11467) 2024-03-27 10:10:59 -07:00
http.go safeweb: return http.Handler from safeweb.RedirectHTTP (#11538) 2024-03-27 11:44:17 -07:00