Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
425
func
(cw *compressResponseWriter) Header() http.Header {
426
return
cw.headers
427
}
428
429
func
(cw *compressResponseWriter) WriteHeader(code int) {
430
cw.code = code
Callers
5
httpHandler
Method · 0.45
httpError
Function · 0.45
TestCompressorPresetHeaders
Function · 0.45
ServeHTTP
Method · 0.45
serveRef
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestCompressorPresetHeaders
Function · 0.36