HttpHandlerScope
type HttpHandlerScope<D extends Record<string, ServiceToken<FlareService>> = {}, C extends RequestDescriptor = {}> = intersectionPer-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