| 36 | HTTPSClient(const HTTPSClient&) = delete; |
| 37 | HTTPSClient(HTTPSClient&&) = delete; |
| 38 | virtual ~HTTPSClient() = default; |
| 39 | |
| 40 | HTTPSClient& operator=(const HTTPSClient&) = delete; |
| 41 | HTTPSClient& operator=(HTTPSClient&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected