MCPcopy
hub / github.com/keploy/keploy / HTTP

Struct HTTP

pkg/agent/proxy/integrations/http/http.go:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type HTTP struct {
47 Logger *zap.Logger
48 //opts globalOptions //other global options set by the proxy
49}
50
51func New(logger *zap.Logger) integrations.Integrations {
52 return &HTTP{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected