Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bettercap/bettercap
/ Stop
Method
Stop
modules/https_proxy/https_proxy.go:184–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
func
(mod *HttpsProxy) Stop() error {
185
mod.State.Store(
"stripper"
, nil)
186
return
mod.SetRunning(false,
func
() {
187
mod.proxy.Stop()
188
})
189
}
Callers
1
NewHttpsProxy
Function · 0.95
Calls
2
SetRunning
Method · 0.80
Stop
Method · 0.65
Tested by
no test coverage detected