MCPcopy Create free account
hub / github.com/buggregator/server / Handle

Method Handle

internal/module/module.go:54–54  ·  view source on GitHub ↗

Handle processes the request and returns the event to store.

(r *http.Request)

Source from the content-addressed store, hash-verified

52
53 // Handle processes the request and returns the event to store.
54 Handle(r *http.Request) (*event.Incoming, error)
55}
56
57// BaseModule provides no-op defaults for optional Module methods.

Callers 7

RunMethod · 0.65
StartHTTPFunction · 0.65
ingestViaHandlerFunction · 0.65
RegisterAPIFunction · 0.65
ServeHTTPMethod · 0.65
HandleMethod · 0.65

Implementers 6

handlermodules/sentry/handler.go
handlermodules/ray/handler.go
handlermodules/profiler/handler.go
handlermodules/inspector/handler.go
handlermodules/httpdumps/handler.go
handlermodules/sms/handler.go

Calls

no outgoing calls

Tested by 2

ingestViaHandlerFunction · 0.52
HandleMethod · 0.52