MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / HttpClient

Function HttpClient

Libraries/HttpClient/HttpClient.h:452–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 ~HttpClient();
451
452 HttpClient(const HttpClient&) = delete;
453 HttpClient(HttpClient&&) = delete;
454 HttpClient& operator=(const HttpClient&) = delete;
455 HttpClient& operator=(HttpClient&&) = delete;

Callers 1

HttpClient.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected