Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
FastifyBodyParser
Type alias FastifyBodyParser<RawBody, RawServer, RawRequest, RouteGeneric, SchemaCompiler, TypeProvider>
Fastify
Body
Parser
<
RawBody
,
RawServer
,
RawRequest
,
RouteGeneric
,
SchemaCompiler
,
TypeProvider
>
:
(
(
request
,
rawBody
,
done
)
=>
void
)
|
(
(
request
,
rawBody
)
=>
Promise
<
any
>
)
Body parser method that operators on request body
Type Parameters
RawBody
extends
string
|
Buffer
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
,
rawBody
,
done
)
:
void
Parameters
request
:
FastifyRequest
<
RouteGeneric
,
RawServer
,
RawRequest
,
SchemaCompiler
,
TypeProvider
>
rawBody
:
RawBody
done
:
ContentTypeParserDoneFunction
Returns
void
Type declaration
(
request
,
rawBody
)
:
Promise
<
any
>
Parameters
request
:
FastifyRequest
<
RouteGeneric
,
RawServer
,
RawRequest
,
SchemaCompiler
,
TypeProvider
>
rawBody
:
RawBody
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...
Body parser method that operators on request body