◆ HttpServerComponentImpl() [1/2]
impl::HttpServerComponentImpl::HttpServerComponentImpl |
( |
| ) |
|
|
default |
◆ HttpServerComponentImpl() [2/2]
◆ add_direct_match_route()
◆ add_regex_route()
void * impl::HttpServerComponentImpl::add_regex_route |
( |
const std::string & |
url_host, |
|
|
const std::string & |
url_regex, |
|
|
std::unique_ptr< http::base::RequestHandler > |
cb |
|
) |
| |
|
overridevirtual |
◆ init()
◆ is_ssl_configured()
bool impl::HttpServerComponentImpl::is_ssl_configured |
( |
| ) |
|
|
overridevirtual |
◆ operator=()
◆ remove_route()
void impl::HttpServerComponentImpl::remove_route |
( |
const void * |
handler | ) |
|
|
overridevirtual |
◆ direct_match_request_handlers_
◆ regex_request_handlers_
std::vector<RegexRouteData> impl::HttpServerComponentImpl::regex_request_handlers_ |
|
private |
◆ rh_mu
std::mutex impl::HttpServerComponentImpl::rh_mu |
|
private |
◆ srv_
The documentation for this class was generated from the following file: