MCPcopy Index your code
hub / github.com/ContentSquare/chproxy / WriteHeader

Method WriteHeader

io.go:113–116  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

111}
112
113func (rw *statResponseWriter) WriteHeader(statusCode int) {
114 // cache statusCode to keep the opportunity to change it in further
115 rw.statusCode = statusCode
116}
117
118// CloseNotify implements http.CloseNotifier
119func (rw *statResponseWriter) CloseNotify() <-chan bool {

Callers 5

RespondWithDataFunction · 0.45
WriteMethod · 0.45
respondWithFunction · 0.45
fakeCHHandlerFunction · 0.45
proxy_test.goFile · 0.45

Calls

no outgoing calls

Tested by 1

fakeCHHandlerFunction · 0.36