a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Server / HttpResponse
send(
data
?):void
• data?: string
void
write(
data
):void
• data: string
void
writeHead(
code
,headers
?):void
• code: number
• headers?: Record
<string
, string
| string
[]>
void