MCPcopy Create free account
hub / github.com/axmolengine/axmol / sendImmediate

Function sendImmediate

core/network/HttpClient.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 */
122 void send(HttpRequest* request);
123 AX_DEPRECATED(2.9) void sendImmediate(HttpRequest* request){ this->send(request); }
124
125 /**
126 * Set the timeout value for connecting.

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected