MCPcopy Create free account
hub / github.com/zalando/skipper / Header

Method Header

proxy/proxy_test.go:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (srw *syncResponseWriter) Header() http.Header {
184 return srw.header
185}
186
187func (srw *syncResponseWriter) WriteHeader(statusCode int) {
188 srw.statusCode = statusCode

Callers 15

serveResponseMethod · 0.45
errorResponseMethod · 0.45
addInstancesMethod · 0.45
dbgResponseFunction · 0.45
testLoopbackFunction · 0.45
TestServeHTTPFunction · 0.45
TestHTTPDialBackendFunction · 0.45
TestShadowSingleFunction · 0.45
serveHTTPMethod · 0.45
startTestServerFunction · 0.45
TestGetRoundtripFunction · 0.45
TestFastCgiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected