MySQL 26.7.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
clear_overrides()=0HttpServerComponentpure virtual
get_effective_max_http_connections()=0HttpServerComponentpure virtual
get_effective_max_request_body_size()=0HttpServerComponentpure virtual
get_effective_max_response_body_size()=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
set_max_http_connections(std::optional< uint64_t > value)=0HttpServerComponentpure virtual
set_max_request_body_size(std::optional< uint64_t > value)=0HttpServerComponentpure virtual
set_max_response_body_size(std::optional< uint64_t > value)=0HttpServerComponentpure virtual
~HttpServerComponent()=defaultHttpServerComponentvirtual