| 18 | #include "Internal/HttpClientLinux.inl" |
| 19 | #else |
| 20 | SC::HttpClient::HttpClient() {} |
| 21 | SC::HttpClient::~HttpClient() {} |
| 22 | SC::Result SC::HttpClient::platformInit() { return Result::Error("HttpClient: unsupported platform"); } |
| 23 | SC::Result SC::HttpClient::platformClose() { return Result(true); } |
nothing calls this directly
no outgoing calls
no test coverage detected