MCPcopy
hub / github.com/fastify/fastify / callNotFound

Method callNotFound

types/reply.d.ts:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 writeEarlyHints(hints: Record<string, string | string[]>, callback?: () => void): void;
62 hijack(): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>;
63 callNotFound(): void;
64 type(contentType: string): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>;
65 serializer(fn: (payload: any) => string): FastifyReply<RouteGeneric, RawServer, RawRequest, RawReply, ContextConfig, SchemaCompiler, TypeProvider>;
66 serialize(payload: any): string | ArrayBuffer | Buffer;

Callers 3

404s.test.jsFile · 0.80
404.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected