MCPcopy Index your code
hub / github.com/kataras/iris / debugRequestHandler

Struct debugRequestHandler

x/client/option.go:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type debugRequestHandler struct {
99 logger *golog.Logger
100}
101
102func (h *debugRequestHandler) BeginRequest(ctx context.Context, req *http.Request) error {
103 dump, err := httputil.DumpRequestOut(req, true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected