Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ContentSquare/chproxy
/ ResponseWriterWithCode
Interface
ResponseWriterWithCode
io.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
ResponseWriterWithCode
interface
{
18
http.ResponseWriter
19
StatusCode() int
20
}
21
22
type
StatResponseWriter
interface
{
23
http.ResponseWriter
Callers
nothing calls this directly
Implementers
4
statResponseWriter
io.go
mockStatResponseWriter
proxyretry_test.go
mockResponseWriterWithCode
proxyretry_test.go
TmpFileResponseWriter
cache/tmp_file_response_writer.go
Calls
no outgoing calls
Tested by
no test coverage detected