#include <array>
Go to the source code of this file.
◆ http_auth_realm_suported_options
| constexpr std::array<const char *, 4> http_auth_realm_suported_options |
|
staticconstexpr |
Initial value:{
"backend", "method", "require", "name"}
◆ http_backend_supported_options
| constexpr std::array<const char *, 2> http_backend_supported_options |
|
staticconstexpr |
◆ http_server_supported_options
| constexpr std::array<const char *, 13> 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",
}