class HttpResponse
fields
HttpResponse.statuscode
HttpResponse.statuscode : integer
The numeric HTTP status code.
HttpResponse.headers
HttpResponse.headers : table
A map of HTTP headers included with the response.
HttpResponse.body
HttpResponse.body : string
The body of the HTTP response.