MySQL 26.7.0
Source Code Documentation
supported_http_options.h File Reference
#include <array>

Go to the source code of this file.

Variables

static constexpr std::array http_server_supported_options
 
static constexpr std::array http_auth_realm_suported_options
 
static constexpr std::array http_backend_supported_options
 

Variable Documentation

◆ http_auth_realm_suported_options

constexpr std::array http_auth_realm_suported_options
staticconstexpr
Initial value:
{
"backend",
"method",
"require",
"name",
}

◆ http_backend_supported_options

constexpr std::array http_backend_supported_options
staticconstexpr
Initial value:
{
"backend",
"filename",
}

◆ http_server_supported_options

constexpr std::array http_server_supported_options
staticconstexpr
Initial value:
{
"static_folder",
"bind_address",
"require_realm",
"ssl_cert",
"ssl_key",
"ssl_cipher",
"ssl_dh_param",
"ssl_curves",
"ssl",
"port",
"max_http_connections",
"max_request_body_size",
"max_response_body_size",
}