MySQL 8.0.40
Source Code Documentation
HttpServer Member List

This is the complete list of members for HttpServer, including all inherited members.

add_route(const std::string &url_regex, std::unique_ptr< BaseRequestHandler > cb)HttpServer
address_HttpServerprotected
HttpServer(const char *address, uint16_t port)HttpServerinline
HttpServer(const HttpServer &)=deleteHttpServer
HttpServer(HttpServer &&)=deleteHttpServer
io_ctx_HttpServerprotected
join_all()HttpServer
listen_sock_HttpServerprotected
operator=(const HttpServer &)=deleteHttpServer
operator=(HttpServer &&)=deleteHttpServer
port_HttpServerprotected
remove_route(const std::string &url_regex)HttpServer
request_router()HttpServerinline
request_router_HttpServerprotected
start(size_t max_threads)HttpServervirtual
stop()HttpServer
sys_threads_HttpServerprotected
thread_contexts_HttpServerprotected
~HttpServer()HttpServerinlinevirtual