|
Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
Contains HttpRequest interface used by HttpDelegate. More...


Go to the source code of this file.
Classes | |
| class | HttpRequest |
| Interface that describes a single HTTP request. More... | |
Enumerations | |
| enum class | HttpRequestType { Get , Post } |
| HTTP request type. More... | |
| enum class | TransportLayerSecurityMinimumVersion { None = 0 , TLS1_2 = 1 , TLS1_3 = 2 } |
| Minimum TLS version. More... | |
Contains HttpRequest interface used by HttpDelegate.
Definition in file http_request.h.
|
strong |
HTTP request type.
| Enumerator | |
|---|---|
| Get | GET |
| Post | POST |
Definition at line 46 of file http_request.h.
|
strong |
Minimum TLS version.
| Enumerator | |
|---|---|
| None | |
| TLS1_2 | TLS version 1.2 |
| TLS1_3 | TLS version 1.3 |
Definition at line 54 of file http_request.h.