MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / Header

Method Header

proxyretry_test.go:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268}
269
270func (srw *mockStatResponseWriter) Header() http.Header {
271 return srw.ResponseWriter.Header()
272}
273
274func (srw *mockStatResponseWriter) Write(i []byte) (int, error) {
275 return srw.ResponseWriter.Write(i)

Callers 5

ServeHTTPMethod · 0.45
RespondWithDataFunction · 0.45
HeaderMethod · 0.45
fakeCHHandlerFunction · 0.45
serveHTTPFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected