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

Method HttpPost

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

Source from the content-addressed store, hash-verified

179 }
180
181 dmHttpClient::Result HttpPost(const char* url)
182 {
183 m_StatusCode = -1;
184 m_RangeStart = 0xFFFFFFFF;
185 m_RangeEnd = 0xFFFFFFFF;
186 m_DocumentSize = 0xFFFFFFFF;
187 m_Content.clear();
188 m_Headers.clear();
189 return dmHttpClient::Post(m_Client, url);
190 }
191
192 void CreateFile(const char* path, const char* content)
193 {

Callers

nothing calls this directly

Calls 2

PostFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected