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
diContentLengthDINTCount of bytes in sContent