#include <Include.h>

Public Attributes | |
| PRequestInfo | pRequestInfo |
| Original request info. | |
| UINT32 | httpStatus |
| HTTP status code of the execution. | |
| SERVICE_CALL_RESULT | callResult |
| Execution result. | |
| CHAR | errorBuffer [256+1] |
| Error buffer for curl calls. | |
| PStackQueue | pResponseHeaders |
| Response Headers list. | |
| PRequestHeader | pRequestId |
| Request ID if specified. | |
| PCHAR | responseData |
| Buffer to write the data to - will be allocated. Buffer is freed by a caller. | |
| UINT32 | responseDataLen |
| Response data size. | |
| SERVICE_CALL_RESULT __CallInfo::callResult |
Execution result.
| CHAR __CallInfo::errorBuffer[256+1] |
Error buffer for curl calls.
| UINT32 __CallInfo::httpStatus |
HTTP status code of the execution.
| PRequestHeader __CallInfo::pRequestId |
Request ID if specified.
| PRequestInfo __CallInfo::pRequestInfo |
Original request info.
| PStackQueue __CallInfo::pResponseHeaders |
Response Headers list.
| PCHAR __CallInfo::responseData |
Buffer to write the data to - will be allocated. Buffer is freed by a caller.
| UINT32 __CallInfo::responseDataLen |
Response data size.