|
Qrypt Security
|
HTTP request information More...
#include <qryptsecurity_http.h>
Public Attributes | |
| std::string | fqdn |
| The Fully Qualified Domain Name (FQDN) with prepended protocol More... | |
| std::string | method |
| The HTTP method to use (ex. "GET" or "POST") More... | |
| std::string | path |
| The HTTP path or route More... | |
| std::vector< std::string > | headers |
| The HTTP list of headers More... | |
| std::string | body |
| The HTTP body More... | |
| std::string | caPath |
| CA path More... | |
HTTP request information
| std::string QryptSecurity::HttpRequest::body |
The HTTP body
| std::string QryptSecurity::HttpRequest::caPath |
CA path
| std::string QryptSecurity::HttpRequest::fqdn |
The Fully Qualified Domain Name (FQDN) with prepended protocol
| std::vector<std::string> QryptSecurity::HttpRequest::headers |
The HTTP list of headers
| std::string QryptSecurity::HttpRequest::method |
The HTTP method to use (ex. "GET" or "POST")
| std::string QryptSecurity::HttpRequest::path |
The HTTP path or route
1.8.17