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::HttpServerContext | private |
| clear_overrides() | http::HttpServerContext | |
| context_ | http::HttpServerContext | private |
| get_effective_max_http_connections() const | http::HttpServerContext | |
| get_effective_max_request_body_size() const | http::HttpServerContext | |
| get_effective_max_response_body_size() const | http::HttpServerContext | |
| 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, 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 typedef | http::HttpServerContext | |
| is_ssl_configured() | http::HttpServerContext | |
| join_all() | http::HttpServerContext | |
| port_ | http::HttpServerContext | private |
| remove_route(const void *handler_id) | http::HttpServerContext | |
| request_router() | http::HttpServerContext | |
| request_router_ | http::HttpServerContext | private |
| 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::HttpServerContext | private |
| start() | http::HttpServerContext | |
| stop() | http::HttpServerContext | |
| tls_context_ | http::HttpServerContext | private |