| 33 | HTTPSSession(const HTTPSSession&) = delete; |
| 34 | HTTPSSession(HTTPSSession&&) = delete; |
| 35 | virtual ~HTTPSSession() = default; |
| 36 | |
| 37 | HTTPSSession& operator=(const HTTPSSession&) = delete; |
| 38 | HTTPSSession& operator=(HTTPSSession&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected