Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ newMockHTTPRespWriter
Function
newMockHTTPRespWriter
proxy/proxy_test.go:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
newMockHTTPRespWriter() *mockHTTPRespWriter {
54
return
&mockHTTPRespWriter{
55
httptest.NewRecorder(),
56
}
57
}
58
59
func
(w *mockHTTPRespWriter) WriteResponse() error {
60
return
nil
Callers
6
newMockWSRespWriter
Function · 0.85
newMockSSERespWriter
Function · 0.85
testProxyHTTP
Function · 0.85
runIngressTestScenarios
Function · 0.85
TestProxyError
Function · 0.85
TestConnections
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected