Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
FastifyContentTypeParser
Type alias FastifyContentTypeParser<RawServer, RawRequest, RouteGeneric, SchemaCompiler, TypeProvider>
Fastify
Content
Type
Parser
<
RawServer
,
RawRequest
,
RouteGeneric
,
SchemaCompiler
,
TypeProvider
>
:
(
(
request
,
payload
)
=>
Promise
<
any
>
)
|
(
(
request
,
payload
,
done
)
=>
void
)
Content Type Parser method that operates on request content
Type Parameters
RawServer
extends
RawServerBase
=
RawServerDefault
RawRequest
extends
RawRequestDefaultExpression
<
RawServer
>
=
RawRequestDefaultExpression
<
RawServer
>
RouteGeneric
extends
RouteGenericInterface
=
RouteGenericInterface
SchemaCompiler
extends
FastifySchema
=
FastifySchema
TypeProvider
extends
FastifyTypeProvider
=
FastifyTypeProviderDefault
Type declaration
(
request
,
payload
)
:
Promise
<
any
>
Parameters
request
:
FastifyRequest
<
RouteGeneric
,
RawServer
,
RawRequest
,
SchemaCompiler
,
TypeProvider
>
payload
:
RawRequest
Returns
Promise
<
any
>
Type declaration
(
request
,
payload
,
done
)
:
void
Parameters
request
:
FastifyRequest
<
RouteGeneric
,
RawServer
,
RawRequest
,
SchemaCompiler
,
TypeProvider
>
payload
:
RawRequest
done
:
ContentTypeParserDoneFunction
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...
Content Type Parser method that operates on request content