![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <set>
#include <string>
#include "http/base/uri.h"
#include "mrs/endpoint/handler/helper/protocol.h"
#include "mrs/endpoint/handler/helper/utilities.h"
#include "mrs/interface/endpoint_configuration.h"
Go to the source code of this file.
Namespaces | |
namespace | mrs |
namespace | mrs::endpoint |
namespace | mrs::endpoint::handler |
Functions | |
UsedProtocol | mrs::endpoint::handler::get_properly_configured_used_protocol (const std::set< std::string > &protocols, const mrs::interface::EndpointConfiguration *configuration) |
Protocol | mrs::endpoint::handler::get_properly_configured_protocol (const std::set< std::string > &protocols, const mrs::interface::EndpointConfiguration *configuration) |
void | mrs::endpoint::handler::add_protocol_to_host (UsedProtocol protocol, ::http::base::Uri *uri) |
template<typename EndpointPtr > | |
Protocol | mrs::endpoint::handler::get_protocol (EndpointPtr endpoint) |