#include <http_server_component.h>
◆ HttpServerCtxtPtr
◆ ~HttpServerComponent()
virtual HttpServerComponent::~HttpServerComponent |
( |
| ) |
|
|
virtualdefault |
◆ add_route()
virtual void * HttpServerComponent::add_route |
( |
const std::string & |
url_host, |
|
|
const std::string & |
url_regex, |
|
|
std::unique_ptr< http::base::RequestHandler > |
cb |
|
) |
| |
|
pure virtual |
◆ get_instance()
◆ init()
◆ is_ssl_configured()
virtual bool HttpServerComponent::is_ssl_configured |
( |
| ) |
|
|
pure virtual |
◆ remove_route() [1/2]
virtual void HttpServerComponent::remove_route |
( |
const std::string & |
url_host, |
|
|
const std::string & |
url_regex |
|
) |
| |
|
pure virtual |
◆ remove_route() [2/2]
virtual void HttpServerComponent::remove_route |
( |
const void * |
handler | ) |
|
|
pure virtual |
◆ set_instance()
The documentation for this class was generated from the following files: