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_header Struct Reference

HTTP request/response header. More...

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

Data Fields

const char * name
 Header name/key.
 
const char * value
 Header value.
 

Detailed Description

HTTP request/response header.

Definition at line 64 of file http_delegate_cc.h.

Field Documentation

◆ name

const char* mip_cc_http_header::name

Header name/key.

Definition at line 65 of file http_delegate_cc.h.

◆ value

const char* mip_cc_http_header::value

Header value.

Definition at line 66 of file http_delegate_cc.h.


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