MCPcopy
hub / github.com/fastify/fastify / FastifyRouteConfig

Interface FastifyRouteConfig

types/route.d.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { ContextConfigDefault, HTTPMethods, RawReplyDefaultExpression, RawRequestDefaultExpression, RawServerBase, RawServerDefault } from './utils'
27
28export interface FastifyRouteConfig {
29 url: string;
30 method: HTTPMethods | HTTPMethods[];
31}
32
33export interface RouteGenericInterface extends RequestGenericInterface, ReplyGenericInterface { }
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…