5#ifndef TABLEAU_HYPER_ENDPOINT_HPP
6#define TABLEAU_HYPER_ENDPOINT_HPP
24 Endpoint(std::string connectionDescriptor, std::string userAgent)
25 : connectionDescriptor_(std::move(connectionDescriptor)), userAgent_(std::move(userAgent)) {
42 std::string connectionDescriptor_;
44 std::string userAgent_;
Describes a network endpoint at which a Hyper server is accessible.
const std::string & getUserAgent() const
Returns the user agent.
Endpoint(std::string connectionDescriptor, std::string userAgent)
Creates an Endpoint from the given connection descriptor.
const std::string & getConnectionDescriptor() const
Returns the connection descriptor.
The primary namespace of the Hyper API for C++.