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

Method sendPUTFromScript

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

Source from the content-addressed store, hash-verified

345}
346
347var HTTPModule::sendPUTFromScript(const var::NativeFunctionArgs& args)
348{
349 HTTPModule* m = getObjectFromJS<HTTPModule>(args);
350 if (m != nullptr) m->sendRequestFromScript(args, METHOD_PUT);
351 return var();
352}
353
354var HTTPModule::sendPATCHFromScript(const var::NativeFunctionArgs& args)
355{

Callers

nothing calls this directly

Calls 1

sendRequestFromScriptMethod · 0.80

Tested by

no test coverage detected