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

Interface RequestPayload

types/hooks.d.ts:19–21  ·  types/hooks.d.ts::RequestPayload

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
23class="cm">// Lifecycle Hooks
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected