◆ HttpServerComponentImpl() [1/2]
impl::HttpServerComponentImpl::HttpServerComponentImpl |
( |
| ) |
|
|
default |
◆ HttpServerComponentImpl() [2/2]
◆ add_route()
void * impl::HttpServerComponentImpl::add_route |
( |
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() [1/2]
void impl::HttpServerComponentImpl::remove_route |
( |
const std::string & |
url_regex | ) |
|
|
overridevirtual |
◆ remove_route() [2/2]
void impl::HttpServerComponentImpl::remove_route |
( |
const void * |
handler | ) |
|
|
overridevirtual |
◆ request_handlers_
std::vector<RouterData> impl::HttpServerComponentImpl::request_handlers_ |
|
private |
◆ rh_mu
std::mutex impl::HttpServerComponentImpl::rh_mu |
|
private |
◆ srv_
The documentation for this class was generated from the following file: