Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-chi/chi
/ writer
Method
writer
middleware/compress.go:326–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
324
}
325
326
func
(cw *compressResponseWriter) writer() io.Writer {
327
if
cw.compressible {
328
return
cw.w
329
}
330
return
cw.ResponseWriter
331
}
332
333
type
compressFlusher
interface
{
334
Flush() error
Callers
5
Write
Method · 0.95
Flush
Method · 0.95
Hijack
Method · 0.95
Push
Method · 0.95
Close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected