Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
Response
Interface Response
interface
Response
{
body
:
string
;
cookies
:
Cookie
[]
;
headers
:
OutgoingHttpHeaders
;
json
:
(
<
T
>
(
)
=>
T
)
;
payload
:
string
;
raw
:
{
req
:
IncomingMessage
;
res
:
ServerResponse
<
IncomingMessage
>
;
}
;
rawPayload
:
Buffer
;
statusCode
:
number
;
statusMessage
:
string
;
stream
:
(
(
)
=>
Readable
)
;
trailers
:
{
[
key
:
string
]
:
string
;
}
;
}
Index
Properties
body
cookies
headers
json
payload
raw
raw
Payload
status
Code
status
Message
stream
trailers
Properties
body
body
:
string
cookies
cookies
:
Cookie
[]
headers
headers
:
OutgoingHttpHeaders
json
json
:
(
<
T
>
(
)
=>
T
)
Type declaration
<
T
>
(
)
:
T
Type Parameters
T
=
any
Returns
T
payload
payload
:
string
raw
raw
:
{
req
:
IncomingMessage
;
res
:
ServerResponse
<
IncomingMessage
>
;
}
Type declaration
req
:
IncomingMessage
res
:
ServerResponse
<
IncomingMessage
>
raw
Payload
raw
Payload
:
Buffer
status
Code
status
Code
:
number
status
Message
status
Message
:
string
stream
stream
:
(
(
)
=>
Readable
)
Type declaration
(
)
:
Readable
Returns
Readable
trailers
trailers
:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
cookies
headers
json
payload
raw
raw
Payload
status
Code
status
Message
stream
trailers
Astro Node.js Fastify adapter - v0.0.12
Loading...