MCPcopy Index your code
hub / github.com/coder/coder / Header

Method Header

coderd/cachecompress/compress.go:425–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423}
424
425func (cw *compressResponseWriter) Header() http.Header {
426 return cw.headers
427}
428
429func (cw *compressResponseWriter) WriteHeader(code int) {
430 cw.code = code

Callers 5

httpHandlerMethod · 0.45
httpErrorFunction · 0.45
ServeHTTPMethod · 0.45
serveRefMethod · 0.45

Calls

no outgoing calls

Tested by 1