MySQL
8.4.11
Source Code Documentation
HttpServerComponent Member List
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
clear_overrides
()=0
HttpServerComponent
pure virtual
get_effective_max_http_connections
()=0
HttpServerComponent
pure virtual
get_effective_max_request_body_size
()=0
HttpServerComponent
pure virtual
get_effective_max_response_body_size
()=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
set_max_http_connections
(std::optional< uint64_t > value)=0
HttpServerComponent
pure virtual
set_max_request_body_size
(std::optional< uint64_t > value)=0
HttpServerComponent
pure virtual
set_max_response_body_size
(std::optional< uint64_t > value)=0
HttpServerComponent
pure virtual
~HttpServerComponent
()=default
HttpServerComponent
virtual
Generated by
1.9.2