MySQL 9.0.0
Source Code Documentation
RestClientConfig Struct Reference

Public Attributes

std::string content_type {"application/json"}
 
bool verbose {false}
 
bool request_data_stdin {false}
 
HttpMethod::key_type method {HttpMethod::Get}
 
std::string request_data
 
std::string ssl_ca_file
 
std::string ssl_ca_dir
 
std::string ssl_cipher
 

Member Data Documentation

◆ content_type

std::string RestClientConfig::content_type {"application/json"}

◆ method

HttpMethod::key_type RestClientConfig::method {HttpMethod::Get}

◆ request_data

std::string RestClientConfig::request_data

◆ request_data_stdin

bool RestClientConfig::request_data_stdin {false}

◆ ssl_ca_dir

std::string RestClientConfig::ssl_ca_dir

◆ ssl_ca_file

std::string RestClientConfig::ssl_ca_file

◆ ssl_cipher

std::string RestClientConfig::ssl_cipher

◆ verbose

bool RestClientConfig::verbose {false}

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