///////////////////////////////////////////////////////
| 293 | |
| 294 | //////////////////////////////////////////////////////////// |
| 295 | Http::Http(const std::string& host, unsigned short port, std::optional<IpAddress::Type> addressType) |
| 296 | { |
| 297 | setHost(host, port, addressType); |
| 298 | } |
| 299 | |
| 300 | |
| 301 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected