This is the complete list of members for http::HttpServerContext, including all inherited members.
add_route(const std::string &url_host, const std::string &url_regex, std::unique_ptr< http::base::RequestHandler > cb) | http::HttpServerContext | |
bind | http::HttpServerContext | private |
context_ | http::HttpServerContext | private |
host_ | http::HttpServerContext | private |
http | http::HttpServerContext | private |
HttpServerContext(net::io_context *context, IoThreads *io_threads, TlsServerContext &&tls_context, const std::string &host, const uint16_t port) | http::HttpServerContext | |
HttpServerContext(net::io_context *context, IoThreads *io_threads, const std::string &host, const uint16_t port) | http::HttpServerContext | |
IoThreads typedef | http::HttpServerContext | |
is_ssl_configured() | http::HttpServerContext | |
join_all() | http::HttpServerContext | |
port_ | http::HttpServerContext | private |
remove_route(const std::string &url_host, const std::string &url_regex) | http::HttpServerContext | |
remove_route(const void *handler_id) | http::HttpServerContext | |
request_handler_ | http::HttpServerContext | private |
request_router() | http::HttpServerContext | |
ssl_ | http::HttpServerContext | private |
start() | http::HttpServerContext | |
stop() | http::HttpServerContext | |
tls_context_ | http::HttpServerContext | private |