HTTPResponse - xAranaktu/FC-25-Live-Editor GitHub Wiki

HTTPResponse

Response table returned by HTTP Request

Type Name Description
string text The body of the HTTP response
string raw_header The raw header string
string status_line The status line of the response
string reason The reason for the status code
string error The error message
__int32 status_code HTTP Response Status Code
__int32 redirect_count How many redirects occurred
double elapsed The total time of the request in seconds
table header A map-like collection of the header fields
table cookies A map-like collection of the cookies fields