MySQL 26.7.0
Source Code Documentation
http::HttpServerContext Member List

This is the complete list of members for http::HttpServerContext, including all inherited members.

add_direct_match_route(const std::string &url_host, const base::UriPathMatcher &url_path, std::unique_ptr< http::base::RequestHandler > cb)http::HttpServerContext
add_regex_route(const std::string &url_host, const std::string &url_regex, std::unique_ptr< http::base::RequestHandler > cb)http::HttpServerContext
bind_http::HttpServerContextprivate
clear_overrides()http::HttpServerContext
context_http::HttpServerContextprivate
get_effective_max_http_connections() consthttp::HttpServerContext
get_effective_max_request_body_size() consthttp::HttpServerContext
get_effective_max_response_body_size() consthttp::HttpServerContext
host_http::HttpServerContextprivate
http_http::HttpServerContextprivate
HttpServerContext(net::io_context *context, IoThreads *io_threads, TlsServerContext &&tls_context, const std::string &host, const uint16_t port, uint64_t max_http_connections, uint64_t max_request_body_size, uint64_t max_response_body_size)http::HttpServerContext
HttpServerContext(net::io_context *context, IoThreads *io_threads, const std::string &host, const uint16_t port, uint64_t max_http_connections, uint64_t max_request_body_size, uint64_t max_response_body_size)http::HttpServerContext
IoThreads typedefhttp::HttpServerContext
is_ssl_configured()http::HttpServerContext
join_all()http::HttpServerContext
port_http::HttpServerContextprivate
remove_route(const void *handler_id)http::HttpServerContext
request_router()http::HttpServerContext
request_router_http::HttpServerContextprivate
set_max_http_connections(std::optional< uint64_t > value)http::HttpServerContext
set_max_request_body_size(std::optional< uint64_t > value)http::HttpServerContext
set_max_response_body_size(std::optional< uint64_t > value)http::HttpServerContext
ssl_http::HttpServerContextprivate
start()http::HttpServerContext
stop()http::HttpServerContext
tls_context_http::HttpServerContextprivate