FastifyResponseFactory
Defined in: fastify/src/adapters.ts:43
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FastifyResponseFactory():
FastifyResponseFactory
Returns
Section titled “Returns”FastifyResponseFactory
Methods
Section titled “Methods”createRedirectResponse()
Section titled “createRedirectResponse()”createRedirectResponse(
url,statusCode):GuardResponse
Defined in: fastify/src/adapters.ts:48
Parameters
Section titled “Parameters”string
statusCode
Section titled “statusCode”number
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”GuardResponseFactory.createRedirectResponse
createResponse()
Section titled “createResponse()”createResponse(
content,statusCode):GuardResponse
Defined in: fastify/src/adapters.ts:44
Parameters
Section titled “Parameters”content
Section titled “content”string
statusCode
Section titled “statusCode”number