MCPcopy
hub / github.com/fastify/fastify / RequestPayload

Interface RequestPayload

types/hooks.d.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17type HookHandlerDoneFunction = <TError extends Error = FastifyError>(err?: TError) => void
18
19interface RequestPayload extends Readable {
20 receivedEncodedLength?: number;
21}
22
23// Lifecycle Hooks
24

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…