![]() |
MySQL 8.0.43
Source Code Documentation
|
This is the complete list of members for HttpsServer, 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 | |
| HttpsServer(TlsServerContext &&tls_ctx, const std::string &address, uint16_t port) | HttpsServer | inline |
| 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 |
| ssl_ctx_ | HttpsServer | private |
| start(size_t max_threads) override | HttpsServer | virtual |
| stop() | HttpServer | |
| sys_threads_ | HttpServer | protected |
| thread_contexts_ | HttpServer | protected |
| ~HttpServer() | HttpServer | inlinevirtual |