Runtime Type : Types : HTTPResult

From $1

Table of contents
  1. 1. Inherits From
  2. 2. Fields

Stores the result of the HTTP request method returnGetWithHeaders.

Back to Runtime Types

Inherits From

root→Object→HTTPResult

Fields
CookieObject cookies Stores the cookies returned with the HTTP Result.
Map(string) headers Stores the headers and their values returned with the HTTP Result. The data is the key, and the string is the associated value.
string result Stores the body of the HTTP Result.
int32 resultStatus Stores the status code for the HTTP Result.
Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.