Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bettercap/bettercap
/ httpWorker
Method
httpWorker
modules/http_proxy/http_proxy_base.go:332–335 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
}
331
332
func
(p *HTTPProxy) httpWorker() error {
333
p.isRunning = true
334
return
p.Server.ListenAndServe()
335
}
336
337
type
dumbResponseWriter
struct
{
338
net.Conn
Callers
1
Start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected