MCPcopy
hub / github.com/projectdiscovery/proxify / OnRequestFunc

FuncType OnRequestFunc

proxy.go:43–43  ·  view source on GitHub ↗
func(req *http.Request, ctx *martian.Context) error

Source from the content-addressed store, hash-verified

41)
42
43type OnRequestFunc func(req *http.Request, ctx *martian.Context) error
44type OnResponseFunc func(resp *http.Response, ctx *martian.Context) error
45
46type Options struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected