MCPcopy Create free account
hub / github.com/chronoxor/CppServer / ~HTTPRequest

Method ~HTTPRequest

include/server/http/http_request.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 HTTPRequest(const HTTPRequest&) = default;
46 HTTPRequest(HTTPRequest&&) = default;
47 ~HTTPRequest() = default;
48
49 HTTPRequest& operator=(const HTTPRequest&) = default;
50 HTTPRequest& operator=(HTTPRequest&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected