Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
HTTP request. More...
#include <src/api/mip_cc/http_delegate_cc.h>
Data Fields | |
const uint8_t * | body |
Buffer containg HTTP request body. | |
int64_t | bodySize |
Size of HTTP request body in bytes. | |
const mip_cc_http_header * | headers |
Buffer containing HTTP request headers. | |
int64_t | headersCount |
Number of HTTP request headers. | |
const char * | id |
Unique request ID–correlated with the same property in mip_cc_http_response. | |
mip_cc_http_request_type | type |
HTTP request type (e.g. | |
const char * | url |
HTTP request URL. | |
HTTP request.
Definition at line 72 of file http_delegate_cc.h.
const uint8_t* mip_cc_http_request::body |
Buffer containg HTTP request body.
Definition at line 77 of file http_delegate_cc.h.
int64_t mip_cc_http_request::bodySize |
Size of HTTP request body in bytes.
Definition at line 76 of file http_delegate_cc.h.
const mip_cc_http_header* mip_cc_http_request::headers |
Buffer containing HTTP request headers.
Definition at line 79 of file http_delegate_cc.h.
int64_t mip_cc_http_request::headersCount |
Number of HTTP request headers.
Definition at line 78 of file http_delegate_cc.h.
const char* mip_cc_http_request::id |
Unique request ID–correlated with the same property in mip_cc_http_response.
Definition at line 73 of file http_delegate_cc.h.
mip_cc_http_request_type mip_cc_http_request::type |
const char* mip_cc_http_request::url |
HTTP request URL.
Definition at line 75 of file http_delegate_cc.h.