| 45 | HTTPRequest(const HTTPRequest&) = default; |
| 46 | HTTPRequest(HTTPRequest&&) = default; |
| 47 | ~HTTPRequest() = default; |
| 48 | |
| 49 | HTTPRequest& operator=(const HTTPRequest&) = default; |
| 50 | HTTPRequest& operator=(HTTPRequest&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected