MCPcopy
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
332func (p *HTTPProxy) httpWorker() error {
333 p.isRunning = true
334 return p.Server.ListenAndServe()
335}
336
337type dumbResponseWriter struct {
338 net.Conn

Callers 1

StartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected