Implementation of get_host method.
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected