MCPcopy Create free account
hub / github.com/defold/defold / Get

Method Get

engine/dlib/src/test/test_httpclient.cpp:1486–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 6

TlsProtocolRequestFunction · 0.45
ProxyAddRequestFunction · 0.45
TESTFunction · 0.45

Calls 2

GetFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected