MySQL 9.6.0
Source Code Documentation
protocol.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  mrs
 
namespace  mrs::endpoint
 
namespace  mrs::endpoint::handler
 

Enumerations

enum  mrs::endpoint::handler::Protocol { mrs::endpoint::handler::k_protocolHttp , mrs::endpoint::handler::k_protocolHttps }
 
enum  mrs::endpoint::handler::UsedProtocol { mrs::endpoint::handler::k_usedProtocolNone , mrs::endpoint::handler::k_usedProtocolHttp , mrs::endpoint::handler::k_usedProtocolHttps }
 

Variables

const std::string mrs::endpoint::handler::k_http = "HTTP"
 
const std::string mrs::endpoint::handler::k_https = "HTTPS"