toExpress writes.
Methods
send()
Parameters
body
string
Returns
void
setHeader()
Parameters
name
string
value
string
Returns
void
status()
send.
Parameters
code
number
Returns
ExpressLikeResponseDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The part of an Express response toExpress writes.
toExpress writes.
send(body): void;
string
void
setHeader(name, value): void;
string
string
void
status(code): ExpressLikeResponse;
send.
number
ExpressLikeResponseWas this page helpful?