![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "http_request_router.h"#include <algorithm>#include <memory>#include <stdexcept>#include <string>#include <string_view>#include <utility>#include "mysql/harness/stdx/expected.h"#include "mysql/harness/stdx/ranges.h"#include "mysqlrouter/component/http_auth_realm_component.h"#include "mysqlrouter/component/http_server_auth.h"#include "mysql/harness/logging/logging.h"Namespaces | |
| namespace | anonymous_namespace{http_request_router.cc} |
Typedefs | |
| using | BaseRequestHandlerPtr = HttpRequestRouter::BaseRequestHandlerPtr |
Functions | |
| std::optional< std::string_view > | anonymous_namespace{http_request_router.cc}::get_host_if_host_and_port (const std::string_view &url_host) |