MySQL 9.4.0
Source Code Documentation
HttpServerComponent Member List

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)=0HttpServerComponentpure virtual
add_regex_route(const std::string &url_host, const std::string &url_regex, std::unique_ptr< http::base::RequestHandler > cb)=0HttpServerComponentpure virtual
get_instance()HttpServerComponentstatic
HttpServerCtxtPtr typedefHttpServerComponent
init(HttpServerCtxtPtr srv)=0HttpServerComponentpure virtual
is_ssl_configured()=0HttpServerComponentpure virtual
remove_route(const void *handler)=0HttpServerComponentpure virtual
set_instance(std::unique_ptr< HttpServerComponent > component)HttpServerComponentstatic
~HttpServerComponent()=defaultHttpServerComponentvirtual