Skip to main content

FastifyFramework

@h4ad/serverless-adapter > FastifyFramework

(class) FastifyFramework

The framework that forwards requests to fastify handler

Signature:

export declare class FastifyFramework implements FrameworkContract<FastifyInstance> 

Implements: FrameworkContract <FastifyInstance>

(method) sendRequest

Signature:

sendRequest(app: FastifyInstance, request: IncomingMessage, response: ServerResponse): void;

Parameters

Parameter

Type

Description

app

FastifyInstance

request

IncomingMessage

response

ServerResponse

Returns:

void