Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
mip_cc_http_response Struct Reference

HTTP response. More...

#include <http_delegate_cc.h>

Public Attributes

const char * id
 
int32_t statusCode
 
int64_t bodySize
 
const uint8_t * body
 
int64_t headersCount
 
const mip_cc_http_headerheaders
 

Detailed Description

HTTP response.

Member Data Documentation

◆ body

const uint8_t* mip_cc_http_response::body

Buffer containg HTTP response body

◆ bodySize

int64_t mip_cc_http_response::bodySize

Size of HTTP response body in bytes

◆ headers

const mip_cc_http_header* mip_cc_http_response::headers

Buffer containing HTTP response headers

◆ headersCount

int64_t mip_cc_http_response::headersCount

Number of HTTP response headers

◆ id

const char* mip_cc_http_response::id

Unique request ID–correlated with the same property in mip_cc_http_request

◆ statusCode

int32_t mip_cc_http_response::statusCode

HTTP response status code


The documentation for this struct was generated from the following file: