serve http: support --auth-proxy

This commit is contained in:
Matthias Baur
2023-02-22 15:55:24 +01:00
committed by GitHub
parent ce8b1cd861
commit a0b5d77427
3 changed files with 159 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ import (
var (
updateGolden = flag.Bool("updategolden", false, "update golden files for regression test")
sc *serveCmd
sc *HTTP
testURL string
)