HttpResult (STRUCT)ΒΆ
TYPE HttpResult : STRUCT
The result of a http request
- InOut:
- Name - Type - Comment - iStatus- INT- http status - wsHeader- WSTRING(g_udiMaxHeaderSize)- http header as WSTRING - wsContent- WSTRING(g_udiMaxResponseSize)- The result of the request as WSTRING - sHeader- STRING(g_udiMaxHeaderSize)- http header as STRING - sContent- STRING(g_udiMaxResponseSize)- The result of the request as STRING - diContentLength- DINT- Count of bytes in sContent 
