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

Function MakeLocalProxyUrl

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

Source from the content-addressed store, hash-verified

1583};
1584
1585static void MakeLocalProxyUrl(char* buffer, uint32_t buffer_size)
1586{
1587 dmSnPrintf(buffer, buffer_size, "http://127.0.0.1:%d", g_HttpPortProxy);
1588}
1589
1590static void TlsProtocolRequest(int port, const char* expected_protocol)
1591{

Callers 4

ProxyAddRequestFunction · 0.85
TESTFunction · 0.85

Calls 1

dmSnPrintfFunction · 0.85

Tested by

no test coverage detected