Interface IHttpResponse
Module: alt-client
Package: @altmp/altv-types
Syntax
interface IHttpResponse
Properties
| Improve this Doc View SourcestatusCode
Declaration
readonly statusCode: number
Property Value
Type | Description |
---|---|
number |
body
Declaration
readonly body: string
Property Value
Type | Description |
---|---|
string |
headers
Declaration
readonly headers: Record<string, string>
Property Value
Type | Description |
---|---|
Record<string, string> |