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