MySQL 9.0.0
Source Code Documentation
http::client::Client::Endpoint Struct Reference

#include <client.h>

Public Member Functions

bool operator== (const Endpoint &other) const
 

Public Attributes

bool is_tls
 
uint16_t port
 
std::string host
 

Member Function Documentation

◆ operator==()

bool http::client::Client::Endpoint::operator== ( const Endpoint other) const
inline

Member Data Documentation

◆ host

std::string http::client::Client::Endpoint::host

◆ is_tls

bool http::client::Client::Endpoint::is_tls

◆ port

uint16_t http::client::Client::Endpoint::port

The documentation for this struct was generated from the following file: