Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
HTTP response. More...
#include <src/api/mip_cc/http_delegate_cc.h>
Data Fields | |
const uint8_t * | body |
Buffer containg HTTP response body. | |
int64_t | bodySize |
Size of HTTP response body in bytes. | |
const mip_cc_http_header * | headers |
Buffer containing HTTP response headers. | |
int64_t | headersCount |
Number of HTTP response headers. | |
const char * | id |
Unique request ID–correlated with the same property in mip_cc_http_request. | |
int32_t | statusCode |
HTTP response status code. | |
HTTP response.
Definition at line 85 of file http_delegate_cc.h.
const uint8_t* mip_cc_http_response::body |
Buffer containg HTTP response body.
Definition at line 89 of file http_delegate_cc.h.
int64_t mip_cc_http_response::bodySize |
Size of HTTP response body in bytes.
Definition at line 88 of file http_delegate_cc.h.
const mip_cc_http_header* mip_cc_http_response::headers |
Buffer containing HTTP response headers.
Definition at line 91 of file http_delegate_cc.h.
int64_t mip_cc_http_response::headersCount |
Number of HTTP response headers.
Definition at line 90 of file http_delegate_cc.h.
const char* mip_cc_http_response::id |
Unique request ID–correlated with the same property in mip_cc_http_request.
Definition at line 86 of file http_delegate_cc.h.
int32_t mip_cc_http_response::statusCode |
HTTP response status code.
Definition at line 87 of file http_delegate_cc.h.