#include <http_server_component.h>
◆ HttpServerCtxtPtr
◆ ~HttpServerComponent()
| virtual HttpServerComponent::~HttpServerComponent |
( |
| ) |
|
|
virtualdefault |
◆ add_route()
◆ clear_overrides()
| virtual void HttpServerComponent::clear_overrides |
( |
| ) |
|
|
pure virtual |
◆ get_effective_max_http_connections()
| virtual uint64_t HttpServerComponent::get_effective_max_http_connections |
( |
| ) |
|
|
pure virtual |
◆ get_effective_max_request_body_size()
| virtual uint64_t HttpServerComponent::get_effective_max_request_body_size |
( |
| ) |
|
|
pure virtual |
◆ get_effective_max_response_body_size()
| virtual uint64_t HttpServerComponent::get_effective_max_response_body_size |
( |
| ) |
|
|
pure virtual |
◆ get_instance()
◆ init()
◆ is_ssl_configured()
| virtual bool HttpServerComponent::is_ssl_configured |
( |
| ) |
|
|
pure virtual |
◆ remove_route() [1/2]
| virtual void HttpServerComponent::remove_route |
( |
const std::string & |
url_regex | ) |
|
|
pure virtual |
◆ remove_route() [2/2]
| virtual void HttpServerComponent::remove_route |
( |
const void * |
handler | ) |
|
|
pure virtual |
◆ set_instance()
◆ set_max_http_connections()
| virtual void HttpServerComponent::set_max_http_connections |
( |
std::optional< uint64_t > |
value | ) |
|
|
pure virtual |
◆ set_max_request_body_size()
| virtual void HttpServerComponent::set_max_request_body_size |
( |
std::optional< uint64_t > |
value | ) |
|
|
pure virtual |
◆ set_max_response_body_size()
| virtual void HttpServerComponent::set_max_response_body_size |
( |
std::optional< uint64_t > |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: