MCPcopy Create free account
hub / github.com/benkuper/Chataigne / sendGETFromScript

Method sendGETFromScript

Source/Module/modules/http/HTTPModule.cpp:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333var HTTPModule::sendGETFromScript(const var::NativeFunctionArgs& args)
334{
335 HTTPModule* m = getObjectFromJS<HTTPModule>(args);
336 if (m != nullptr) m->sendRequestFromScript(args, GET);
337 return var();
338}
339
340var HTTPModule::sendPOSTFromScript(const var::NativeFunctionArgs& args)
341{

Callers

nothing calls this directly

Calls 1

sendRequestFromScriptMethod · 0.80

Tested by

no test coverage detected