HttpResult (STRUCT)ΒΆ
TYPE HttpResult : STRUCT
The result of a http request
- InOut:
Name
Type
Comment
iStatusINThttp status
wsHeaderWSTRING(g_udiMaxHeaderSize)http header as WSTRING
wsContentWSTRING(g_udiMaxResponseSize)The result of the request as WSTRING
sHeaderSTRING(g_udiMaxHeaderSize)http header as STRING
sContentSTRING(g_udiMaxResponseSize)The result of the request as STRING. For binary data, the data is stored in the string with the length diContentLength. Note that a 0 truncates the string on the display.
diContentLengthDINTCount of bytes in sContent