method
App.Handler
func (application *App) Handler(options HandlerOptions) http.HandlerBuild the REST API, admin, plugin routes, health, and readiness handler.
Use this when embedding Ridu in an existing Go server. ridu.Execute owns the ordinary production server lifecycle.
Related types
AppA resolved application bound to operation services.
HandlerOptionsHTTP API, embedded admin, observability, security, and worker configuration.