MySQL 8.0.40
Source Code Documentation
|
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_ | HttpServer | protected |
HttpServer(const char *address, uint16_t port) | HttpServer | inline |
HttpServer(const HttpServer &)=delete | HttpServer | |
HttpServer(HttpServer &&)=delete | HttpServer | |
io_ctx_ | HttpServer | protected |
join_all() | HttpServer | |
listen_sock_ | HttpServer | protected |
operator=(const HttpServer &)=delete | HttpServer | |
operator=(HttpServer &&)=delete | HttpServer | |
port_ | HttpServer | protected |
remove_route(const std::string &url_regex) | HttpServer | |
request_router() | HttpServer | inline |
request_router_ | HttpServer | protected |
start(size_t max_threads) | HttpServer | virtual |
stop() | HttpServer | |
sys_threads_ | HttpServer | protected |
thread_contexts_ | HttpServer | protected |
~HttpServer() | HttpServer | inlinevirtual |