MCPcopy Index your code
hub / github.com/zalando/skipper / WriteHeader

Method WriteHeader

proxy/proxy_test.go:187–189  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

185}
186
187func (srw *syncResponseWriter) WriteHeader(statusCode int) {
188 srw.statusCode = statusCode
189}
190
191func (srw *syncResponseWriter) Write(b []byte) (int, error) {
192 srw.mu.Lock()

Callers 15

newMTLSBackendFunction · 0.45
serveResponseMethod · 0.45
errorResponseMethod · 0.45
TestTracingProxySpanFunction · 0.45
testBackendFunction · 0.45
ServeHTTPMethod · 0.45
TestMeasureHostMetricsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected