MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_host

Method get_host

include/curl_info.h:111–113  ·  view source on GitHub ↗

Implementation of get_host method.

Source from the content-addressed store, hash-verified

109
110 // Implementation of get_host method.
111 inline std::string curl_info::get_host() const NOEXCEPT {
112 return std::string(this->version->host);
113 }
114
115 // Implementation of get_ssl_version.
116 inline std::string curl_info::get_ssl_version() const NOEXCEPT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected