#include <array>
Go to the source code of this file.
◆ 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",
}