Skip to content

HttpRouteHandler

type HttpRouteHandler = (ctx: FlareHttpContext, scope: HttpHandlerScope) => HandlerResult | Promise<HandlerResult>

Inline or functional route handler signature.

Learn: Inline route handlers

Last updated: