Qrypt Security
All Classes Namespaces Files Functions Variables Enumerations Enumerator
Public Attributes | List of all members
QryptSecurity::HttpRequest Struct Reference

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

Detailed Description

HTTP request information

Member Data Documentation

◆ body

std::string QryptSecurity::HttpRequest::body

The HTTP body

◆ caPath

std::string QryptSecurity::HttpRequest::caPath

CA path

◆ fqdn

std::string QryptSecurity::HttpRequest::fqdn

The Fully Qualified Domain Name (FQDN) with prepended protocol

◆ headers

std::vector<std::string> QryptSecurity::HttpRequest::headers

The HTTP list of headers

◆ method

std::string QryptSecurity::HttpRequest::method

The HTTP method to use (ex. "GET" or "POST")

◆ path

std::string QryptSecurity::HttpRequest::path

The HTTP path or route