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

Method HttpClient

Libraries/HttpClient/HttpClient.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "Internal/HttpClientLinux.inl"
19#else
20SC::HttpClient::HttpClient() {}
21SC::HttpClient::~HttpClient() {}
22SC::Result SC::HttpClient::platformInit() { return Result::Error("HttpClient: unsupported platform"); }
23SC::Result SC::HttpClient::platformClose() { return Result(true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected