26#ifndef MYSQL_ROUTER_SUPPORTED_HTTP_OPTIONS_H_INCLUDED
27#define MYSQL_ROUTER_SUPPORTED_HTTP_OPTIONS_H_INCLUDED
32 "static_folder",
"bind_address",
"require_realm",
"ssl_cert",
"ssl_key",
33 "ssl_cipher",
"ssl_dh_param",
"ssl_curves",
"ssl",
"port"};
36 "backend",
"method",
"require",
"name"};
39 "backend",
"filename"};
static constexpr std::array< const char *, 2 > http_backend_supported_options
Definition: supported_http_options.h:38
static constexpr std::array< const char *, 10 > http_server_supported_options
Definition: supported_http_options.h:31
static constexpr std::array< const char *, 4 > http_auth_realm_suported_options
Definition: supported_http_options.h:35