Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ StatResponseWriter
Interface
StatResponseWriter
io.go:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
type
StatResponseWriter
interface
{
23
http.ResponseWriter
24
http.CloseNotifier
25
StatusCode() int
26
SetStatusCode(code int)
27
}
28
29
var
_ StatResponseWriter = &statResponseWriter{}
30
Callers
3
executeWithRetry
Function · 0.65
proxyRequest
Method · 0.65
executeWithRetry
Function · 0.65
Implementers
2
statResponseWriter
io.go
mockStatResponseWriter
proxyretry_test.go
Calls
no outgoing calls
Tested by
no test coverage detected