Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_http_request Struct Reference

HTTP request. More...

#include <src/api/mip_cc/http_delegate_cc.h>

+ Collaboration diagram for mip_cc_http_request:

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_headerheaders
 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.
 

Detailed Description

HTTP request.

Definition at line 72 of file http_delegate_cc.h.

Field Documentation

◆ body

const uint8_t* mip_cc_http_request::body

Buffer containg HTTP request body.

Definition at line 77 of file http_delegate_cc.h.

◆ bodySize

int64_t mip_cc_http_request::bodySize

Size of HTTP request body in bytes.

Definition at line 76 of file http_delegate_cc.h.

◆ headers

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.

◆ headersCount

int64_t mip_cc_http_request::headersCount

Number of HTTP request headers.

Definition at line 78 of file http_delegate_cc.h.

◆ id

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.

◆ type

mip_cc_http_request_type mip_cc_http_request::type

HTTP request type (e.g.

GET vs. POST)

Definition at line 74 of file http_delegate_cc.h.

◆ url

const char* mip_cc_http_request::url

HTTP request URL.

Definition at line 75 of file http_delegate_cc.h.


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