MCPcopy
hub / github.com/fastify/fastify / routing

Method routing

types/instance.d.ts:179–179  ·  types/instance.d.ts::FastifyInstance.routing
(req: RawRequest, res: RawReply)

Source from the content-addressed store, hash-verified

177 register: FastifyRegister<FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider> & SafePromiseLike<undefined>>;
178
179 routing(req: RawRequest, res: RawReply): void;
180
181 route<
182 RouteGeneric extends RouteGenericInterface = RouteGenericInterface,

Callers 2

wrapRoutingFunction · 0.80
instance.tst.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected