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

Method sendPOSTFromScript

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

Source from the content-addressed store, hash-verified

338}
339
340var HTTPModule::sendPOSTFromScript(const var::NativeFunctionArgs& args)
341{
342 HTTPModule* m = getObjectFromJS<HTTPModule>(args);
343 if (m != nullptr) m->sendRequestFromScript(args, METHOD_POST);
344 return var();
345}
346
347var HTTPModule::sendPUTFromScript(const var::NativeFunctionArgs& args)
348{

Callers

nothing calls this directly

Calls 1

sendRequestFromScriptMethod · 0.80

Tested by

no test coverage detected