(opts: RouteOptions<RawServer, RawRequest, RawReply, RouteGeneric, ContextConfig, SchemaCompiler, TypeProvider, Logger>)
| 179 | routing(req: RawRequest, res: RawReply): void; |
| 180 | |
| 181 | route< |
| 182 | RouteGeneric extends RouteGenericInterface = RouteGenericInterface, |
| 183 | ContextConfig = ContextConfigDefault, |
| 184 | const SchemaCompiler extends FastifySchema = FastifySchema |
no outgoing calls