MCPcopy
hub / github.com/vouch/vouch-proxy / Header

Method Header

pkg/capturewriter/capturewriter.go:49–51  ·  view source on GitHub ↗

Header calls http.Writer.Header()

()

Source from the content-addressed store, hash-verified

47
48// Header calls http.Writer.Header()
49func (w *CaptureWriter) Header() http.Header {
50 return w.ResponseWriter.Header()
51}
52
53// WriteHeader calls http.Writer.WriteHeader(code)
54func (w *CaptureWriter) WriteHeader(code int) {

Callers 12

JWTCacheHandlerFunction · 0.80
renderErrorFunction · 0.80
cancelClearSetErrorFunction · 0.80
HealthcheckHandlerFunction · 0.80
TestLoginHandlerFunction · 0.80
ValidateRequestHandlerFunction · 0.80
send401or200PublicAccessFunction · 0.80
TestLogoutHandlerFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestLoginHandlerFunction · 0.64
TestLogoutHandlerFunction · 0.64