![]() |
MySQL 9.5.0
Source Code Documentation
|
This is the complete list of members for HttpServerComponent, including all inherited members.
| add_direct_match_route(const std::string &url_host, const ::http::base::UriPathMatcher &url_path, std::unique_ptr< http::base::RequestHandler > cb)=0 | HttpServerComponent | pure virtual |
| add_regex_route(const std::string &url_host, 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 void *handler)=0 | HttpServerComponent | pure virtual |
| set_instance(std::unique_ptr< HttpServerComponent > component) | HttpServerComponent | static |
| ~HttpServerComponent()=default | HttpServerComponent | virtual |