MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for HttpServerComponent, including all inherited members.
add_route(const std::string &url_regex, std::unique_ptr< http::base::RequestHandler > cb)=0 | HttpServerComponent | pure virtual |
get_instance() | HttpServerComponent | static |
HttpServerCtxtPtr typedef | HttpServerComponent | |
init(HttpServerCtxtPtr srv)=0 | HttpServerComponent | pure virtual |
is_ssl_configured()=0 | HttpServerComponent | pure virtual |
remove_route(const std::string &url_regex)=0 | HttpServerComponent | pure virtual |
remove_route(const void *handler)=0 | HttpServerComponent | pure virtual |
set_instance(std::unique_ptr< HttpServerComponent > component) | HttpServerComponent | static |
~HttpServerComponent()=default | HttpServerComponent | virtual |