Skip to content

HttpHandlerScope

type HttpHandlerScope<D extends Record<string, ServiceToken<FlareService>> = {}, C extends RequestDescriptor = {}> = intersection

Per-request DI and config surface. Declared deps appear by name; config resolves config tokens; input carries the parsed { body, route, query } typed from the route’s contract.

Learn: Inline route handlers

Last updated: