MCPcopy
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
184func (mod *HttpsProxy) Stop() error {
185 mod.State.Store("stripper", nil)
186 return mod.SetRunning(false, func() {
187 mod.proxy.Stop()
188 })
189}

Callers 1

NewHttpsProxyFunction · 0.95

Calls 2

SetRunningMethod · 0.80
StopMethod · 0.65

Tested by

no test coverage detected