26#ifndef MYSQL_ROUTER_SUPPORTED_HTTP_OPTIONS_H_INCLUDED
27#define MYSQL_ROUTER_SUPPORTED_HTTP_OPTIONS_H_INCLUDED
42 "max_http_connections",
43 "max_request_body_size",
44 "max_response_body_size",
48 "backend",
"method",
"require",
"name"};
51 "backend",
"filename"};
static constexpr std::array< const char *, 2 > http_backend_supported_options
Definition: supported_http_options.h:50
static constexpr std::array< const char *, 13 > 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:47