type

PluginEndpoint

One exact method-specific namespaced REST endpoint.

Source ridu.go:103

Methodstring
An exact supported HTTP method such as GET or POST.
Pathstring
A path relative to /api/plugins/<plugin-key>/ with no traversal segments.
Summarystring
Human-readable description of the transport route.
MaxBodyBytesint64
Raw body bound; zero inherits HandlerOptions and a negative value opts trusted streaming out.
HandlerPluginEndpointHandler
Trusted compiled endpoint code.