| 1484 | } |
| 1485 | |
| 1486 | dmHttpClient::Result Get(const char* path) |
| 1487 | { |
| 1488 | m_StatusCode = -1; |
| 1489 | m_Content.clear(); |
| 1490 | return dmHttpClient::Get(m_Client, path); |
| 1491 | } |
| 1492 | |
| 1493 | dmSocket::Result GetLastSocketResult() const |
| 1494 | { |
no test coverage detected